#188A99

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

Shades of Java #188A99

Tints of Java #188A99

Color information

#188A99 (or 0x188A99) is unknown color: approx Java. HEX triplet: 18, 8A and 99. RGB value is (24,138,153). Sum of RGB (Red+Green+Blue) = 24+138+153=315 (41% of max value = 765). Red value is 24 (9.77% from 255 or 7.62% from 315); Green value is 138 (54.30% from 255 or 43.81% from 315); Blue value is 153 (60.16% from 255 or 48.57% from 315); Max value from RGB is 153 - color contains mainly: blue. Hex color #188A99 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #188A99 is #E77566. Grayscale: #696969. Windows color (decimal): -15168871 or 10062360. OLE color: 10062360.

HSL color Cylindrical-coordinate representation of color #188A99: hue angle of 186.98º 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 #188A99 is Cyan = 0.84, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB24138153-
CMYK0.840.1000.4
HSL186.98º72.88%34.71%-
HSV(B)186.98º84.31%60%-
XYZ15.2120.6733.32-
YUV105.62154.7369.78-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 7.62%
GREEN value IS 138 (54.30% from 255) = 43.81%
BLUE value IS 153 (60.16% from 255) = 48.57%
R=7.62%
G=43.81%
B=48.57%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal241381530.840.1000.4186.9872.8834.71
Hex188A9954A028bb4923
Octal302122311241205027311143
Binary110001000101010011001101010010100101000101110111001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #188A99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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