#188D96

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

Shades of Java #188D96

Tints of Java #188D96

Color information

#188D96 (or 0x188D96) is unknown color: approx Java. HEX triplet: 18, 8D and 96. RGB value is (24,141,150). Sum of RGB (Red+Green+Blue) = 24+141+150=315 (41% of max value = 765). Red value is 24 (9.77% from 255 or 7.62% from 315); Green value is 141 (55.47% from 255 or 44.76% from 315); Blue value is 150 (58.98% from 255 or 47.62% from 315); Max value from RGB is 150 - color contains mainly: blue. Hex color #188D96 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #188D96 is #E77269. Grayscale: #6A6A6A. Windows color (decimal): -15168106 or 9866520. OLE color: 9866520.

HSL color Cylindrical-coordinate representation of color #188D96: hue angle of 184.29º degrees, saturation: 0.72, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #188D96 is Cyan = 0.84, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB24141150-
CMYK0.840.0600.41
HSL184.29º72.41%34.12%-
HSV(B)184.29º84%58.82%-
XYZ15.4121.4532.18-
YUV107.04152.2468.77-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 7.62%
GREEN value IS 141 (55.47% from 255) = 44.76%
BLUE value IS 150 (58.98% from 255) = 47.62%
R=7.62%
G=44.76%
B=47.62%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal241411500.840.0600.41184.2972.4134.12
Hex188D96546029b84822
Octal30215226124605127011042
Binary11000100011011001011010101001100101001101110001001000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #188D96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,141,150); }

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

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

 a { background-color: rgb(24,141,150); }

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

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

 span { border-color: rgb(24,141,150); }

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