Shades of Java #188A92
Tints of Java #188A92
RGB
CMYK
RGB Variations
Color information
#188A92 (or 0x188A92) is known color: Java. HEX triplet: 18, 8A and 92. RGB value is (24,138,146). Sum of RGB (Red+Green+Blue) = 24+138+146=308 (40% of max value = 765). Red value is 24 (9.77% from 255 or 7.79% from 308); Green value is 138 (54.30% from 255 or 44.81% from 308); Blue value is 146 (57.42% from 255 or 47.40% from 308); Max value from RGB is 146 - color contains mainly: blue. Hex color #188A92 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #188A92 is #E7756D. Grayscale: #686868. Windows color (decimal): -15168878 or 9603608. OLE color: 9603608.
HSL color Cylindrical-coordinate representation of color #188A92: hue angle of 183.93º degrees, saturation: 0.72, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #188A92 is Cyan = 0.84, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 24 | 138 | 146 | - |
| CMYK | 0.84 | 0.05 | 0 | 0.43 |
| HSL | 183.93º | 0.72% | 0.33% | - |
| HSV(B) | 183.93º | 0.84% | 0.57% | - |
| XYZ | 14.65 | 20.45 | 30.37 | - |
| YUV | 104.83 | 151.23 | 70.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 138 | 146 | 0.84 | 0.05 | 0 | 0.43 | 183.93 | 0.72 | 0.33 |
| Hex | 18 | 8A | 92 | 54 | 5 | 0 | 2B | B8 | 48 | 21 |
| Octal | 30 | 212 | 222 | 124 | 5 | 0 | 53 | 270 | 110 | 41 |
| Binary | 11000 | 10001010 | 10010010 | 1010100 | 101 | 0 | 101011 | 10111000 | 1001000 | 100001 |
Color Harmonies of #188A92
Complementary color
Monochromatic Colors of #188A92
Black with #188A92
Text Example
Text Example
White with #188A92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #188A92; }
p { color: rgb(24,138,146); }
H1.HeaderClassName
{
color: #188A92;
}
.AnyTagClassName
{
color: #188A92;
}
</style>
background-color css
<style>
a { background-color: #188A92; }
a { background-color: rgb(24,138,146); }
div.DivClassName
{
background-color: #188A92;
}
.BgClassName
{
background-color: #188A92;
}
</style>
border-color css
<style>
span { border-color: #188A92; }
span { border-color: rgb(24,138,146); }
td.TdClassName
{
border-color: #188A92;
}
.TagClassName
{
border-color: #188A92;
}
</style>