Html Css Color HEX #188B9A Java

📋 copy color: '#188B9A'

red 24 ◦ green 139 ◦ blue 154

#188B9A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Java #188B9A

Tints of Java #188B9A

RGB

 RED value IS 24 (9.77% from 255) = 7.57%

 GREEN value IS 139 (54.69% from 255) = 43.85%

 BLUE value IS 154 (60.55% from 255) = 48.58%

R = 7.57%
G = 43.85%
B = 48.58%

CMYK

 C value IS 0.84

 M value IS 0.10

 Y value IS 0

 K value IS 0.40

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#188B9A (or 0x188B9A) is known color: Java. HEX triplet: 18, 8B and 9A. RGB value is (24,139,154). Sum of RGB (Red+Green+Blue) = 24+139+154=317 (41% of max value = 765). Red value is 24 (9.77% from 255 or 7.57% from 317); Green value is 139 (54.69% from 255 or 43.85% from 317); Blue value is 154 (60.55% from 255 or 48.58% from 317); Max value from RGB is 154 - color contains mainly: blue. Hex color #188B9A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #188B9A is #E77465. Grayscale: #6A6A6A. Windows color (decimal): -15168614 or 10128152. OLE color: 10128152.

HSL color Cylindrical-coordinate representation of color #188B9A: hue angle of 186.92º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #188B9A is Cyan = 0.84, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 24 139 154 -
CMYK 0.84 0.10 0 0.40
HSL 186.92º 0.73% 0.35% -
HSV(B) 186.92º 0.84% 0.6% -
XYZ 15.44 20.99 33.81 -
YUV 106.33 154.9 69.28 -
System Red Green Blue C M Y K H S L
Decimal 24 139 154 0.84 0.10 0 0.40 186.92 0.73 0.35
Hex 18 8B 9A 54 A 0 28 BB 49 23
Octal 30 213 232 124 12 0 50 273 111 43
Binary 11000 10001011 10011010 1010100 1010 0 101000 10111011 1001001 100011

Color Harmonies of #188B9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #188B9A

Black with #188B9A

Text Example


Text Example

White with #188B9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #188B9A; }

 p { color: rgb(24,139,154); }

 H1.HeaderClassName
 {
   color: #188B9A;
 }
 .AnyTagClassName
 {
   color: #188B9A;
 }
</style>

background-color css

<style>
 a { background-color: #188B9A; }

 a { background-color: rgb(24,139,154); }

 div.DivClassName
 {
   background-color: #188B9A;
 }
 .BgClassName
 {
   background-color: #188B9A;
 }
</style>

border-color css

<style>
 span { border-color: #188B9A; }

 span { border-color: rgb(24,139,154); }

 td.TdClassName
 {
   border-color: #188B9A;
 }
 .TagClassName
 {
   border-color: #188B9A;
 }
</style>