Shades of Java #188E8A
Tints of Java #188E8A
RGB
CMYK
RGB Variations
Color information
#188E8A (or 0x188E8A) is known color: Java. HEX triplet: 18, 8E and 8A. RGB value is (24,142,138). Sum of RGB (Red+Green+Blue) = 24+142+138=304 (40% of max value = 765). Red value is 24 (9.77% from 255 or 7.89% from 304); Green value is 142 (55.86% from 255 or 46.71% from 304); Blue value is 138 (54.30% from 255 or 45.39% from 304); Max value from RGB is 142 - color contains mainly: green. Hex color #188E8A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #188E8A is #E77175. Grayscale: #6A6A6A. Windows color (decimal): -15167862 or 9080344. OLE color: 9080344.
HSL color Cylindrical-coordinate representation of color #188E8A: hue angle of 177.97º degrees, saturation: 0.71, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #188E8A is Cyan = 0.83, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 24 | 142 | 138 | - |
| CMYK | 0.83 | 0 | 0.03 | 0.44 |
| HSL | 177.97º | 0.71% | 0.33% | - |
| HSV(B) | 177.97º | 0.83% | 0.56% | - |
| XYZ | 14.64 | 21.38 | 27.4 | - |
| YUV | 106.26 | 145.91 | 69.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 142 | 138 | 0.83 | 0 | 0.03 | 0.44 | 177.97 | 0.71 | 0.33 |
| Hex | 18 | 8E | 8A | 53 | 0 | 3 | 2C | B2 | 47 | 21 |
| Octal | 30 | 216 | 212 | 123 | 0 | 3 | 54 | 262 | 107 | 41 |
| Binary | 11000 | 10001110 | 10001010 | 1010011 | 0 | 11 | 101100 | 10110010 | 1000111 | 100001 |
Color Harmonies of #188E8A
Complementary color
Monochromatic Colors of #188E8A
Black with #188E8A
Text Example
Text Example
White with #188E8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #188E8A; }
p { color: rgb(24,142,138); }
H1.HeaderClassName
{
color: #188E8A;
}
.AnyTagClassName
{
color: #188E8A;
}
</style>
background-color css
<style>
a { background-color: #188E8A; }
a { background-color: rgb(24,142,138); }
div.DivClassName
{
background-color: #188E8A;
}
.BgClassName
{
background-color: #188E8A;
}
</style>
border-color css
<style>
span { border-color: #188E8A; }
span { border-color: rgb(24,142,138); }
td.TdClassName
{
border-color: #188E8A;
}
.TagClassName
{
border-color: #188E8A;
}
</style>