Html Css Color HEX #188B9C Java

📋 copy color: '#188B9C'

red 24 ◦ green 139 ◦ blue 156

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

Shades of Java #188B9C

Tints of Java #188B9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 48.9%

R = 7.52%
G = 43.57%
B = 48.9%

CMYK

 C value IS 0.85

 M value IS 0.11

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#188B9C (or 0x188B9C) is known color: Java. HEX triplet: 18, 8B and 9C. RGB value is (24,139,156). Sum of RGB (Red+Green+Blue) = 24+139+156=319 (42% of max value = 765). Red value is 24 (9.77% from 255 or 7.52% from 319); Green value is 139 (54.69% from 255 or 43.57% from 319); Blue value is 156 (61.33% from 255 or 48.90% from 319); Max value from RGB is 156 - color contains mainly: blue. Hex color #188B9C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #188B9C is #E77463. Grayscale: #6A6A6A. Windows color (decimal): -15168612 or 10259224. OLE color: 10259224.

HSL color Cylindrical-coordinate representation of color #188B9C: hue angle of 187.73º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #188B9C is Cyan = 0.85, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 24 139 156 -
CMYK 0.85 0.11 0 0.39
HSL 187.73º 0.73% 0.35% -
HSV(B) 187.73º 0.85% 0.61% -
XYZ 15.61 21.06 34.69 -
YUV 106.55 155.9 69.12 -
System Red Green Blue C M Y K H S L
Decimal 24 139 156 0.85 0.11 0 0.39 187.73 0.73 0.35
Hex 18 8B 9C 55 B 0 27 BC 49 23
Octal 30 213 234 125 13 0 47 274 111 43
Binary 11000 10001011 10011100 1010101 1011 0 100111 10111100 1001001 100011

Color Harmonies of #188B9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #188B9C

Black with #188B9C

Text Example


Text Example

White with #188B9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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