#188F9C

Color #188F9C Java (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Java #188F9C

Tints of Java #188F9C

Color information

#188F9C (or 0x188F9C) is unknown color: approx Java. HEX triplet: 18, 8F and 9C. RGB value is (24,143,156). Sum of RGB (Red+Green+Blue) = 24+143+156=323 (42% of max value = 765). Red value is 24 (9.77% from 255 or 7.43% from 323); Green value is 143 (56.25% from 255 or 44.27% from 323); Blue value is 156 (61.33% from 255 or 48.30% from 323); Max value from RGB is 156 - color contains mainly: blue. Hex color #188F9C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #188F9C is #E77063. Grayscale: #6C6C6C. Windows color (decimal): -15167588 or 10260248. OLE color: 10260248.

HSL color Cylindrical-coordinate representation of color #188F9C: hue angle of 185.91º 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 #188F9C is Cyan = 0.85, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB24143156-
CMYK0.850.0800.39
HSL185.91º73.33%35.29%-
HSV(B)185.91º84.62%61.18%-
XYZ16.222.2434.89-
YUV108.9154.5867.44-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 7.43%
GREEN value IS 143 (56.25% from 255) = 44.27%
BLUE value IS 156 (61.33% from 255) = 48.30%
R=7.43%
G=44.27%
B=48.30%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal241431560.850.0800.39185.9173.3335.29
Hex188F9C558027ba4923
Octal302172341251004727211143
Binary110001000111110011100101010110000100111101110101001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #188F9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #188F9C;
 }
 .AnyTagClassName
 {
   color: #188F9C;
 }
</style>
background-color css

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

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

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

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

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

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