#188A91

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

Shades of Java #188A91

Tints of Java #188A91

Color information

#188A91 (or 0x188A91) is unknown color: approx Java. HEX triplet: 18, 8A and 91. RGB value is (24,138,145). Sum of RGB (Red+Green+Blue) = 24+138+145=307 (40% of max value = 765). Red value is 24 (9.77% from 255 or 7.82% from 307); Green value is 138 (54.30% from 255 or 44.95% from 307); Blue value is 145 (57.03% from 255 or 47.23% from 307); Max value from RGB is 145 - color contains mainly: blue. Hex color #188A91 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #188A91 is #E7756E. Grayscale: #686868. Windows color (decimal): -15168879 or 9538072. OLE color: 9538072.

HSL color Cylindrical-coordinate representation of color #188A91: hue angle of 183.47º degrees, saturation: 0.72, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #188A91 is Cyan = 0.83, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB24138145-
CMYK0.830.0500.43
HSL183.47º71.6%33.14%-
HSV(B)183.47º83.45%56.86%-
XYZ14.5820.4229.96-
YUV104.71150.7370.43-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 7.82%
GREEN value IS 138 (54.30% from 255) = 44.95%
BLUE value IS 145 (57.03% from 255) = 47.23%
R=7.82%
G=44.95%
B=47.23%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal241381450.830.0500.43183.4771.633.14
Hex188A9153502Bb74821
Octal30212221123505326711041
Binary11000100010101001000110100111010101011101101111001000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #188A91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,138,145); }

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

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

 a { background-color: rgb(24,138,145); }

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

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

 span { border-color: rgb(24,138,145); }

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