Shades of Java #209888
Tints of Java #209888
RGB
CMYK
RGB Variations
Color information
#209888 (or 0x209888) is known color: Java. HEX triplet: 20, 98 and 88. RGB value is (32,152,136). Sum of RGB (Red+Green+Blue) = 32+152+136=320 (42% of max value = 765). Red value is 32 (12.89% from 255 or 10% from 320); Green value is 152 (59.77% from 255 or 47.5% from 320); Blue value is 136 (53.52% from 255 or 42.5% from 320); Max value from RGB is 152 - color contains mainly: green. Hex color #209888 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #209888 is #DF6777. Grayscale: #727272. Windows color (decimal): -14641016 or 8951840. OLE color: 8951840.
HSL color Cylindrical-coordinate representation of color #209888: hue angle of 172º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #209888 is Cyan = 0.79, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 32 | 152 | 136 | - |
| CMYK | 0.79 | 0 | 0.11 | 0.40 |
| HSL | 172º | 0.65% | 0.36% | - |
| HSV(B) | 172º | 0.79% | 0.6% | - |
| XYZ | 16.27 | 24.54 | 27.17 | - |
| YUV | 114.3 | 140.24 | 69.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 152 | 136 | 0.79 | 0 | 0.11 | 0.40 | 172 | 0.65 | 0.36 |
| Hex | 20 | 98 | 88 | 4F | 0 | B | 28 | AC | 41 | 24 |
| Octal | 40 | 230 | 210 | 117 | 0 | 13 | 50 | 254 | 101 | 44 |
| Binary | 100000 | 10011000 | 10001000 | 1001111 | 0 | 1011 | 101000 | 10101100 | 1000001 | 100100 |
Color Harmonies of #209888
Complementary color
Monochromatic Colors of #209888
Black with #209888
Text Example
Text Example
White with #209888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #209888; }
p { color: rgb(32,152,136); }
H1.HeaderClassName
{
color: #209888;
}
.AnyTagClassName
{
color: #209888;
}
</style>
background-color css
<style>
a { background-color: #209888; }
a { background-color: rgb(32,152,136); }
div.DivClassName
{
background-color: #209888;
}
.BgClassName
{
background-color: #209888;
}
</style>
border-color css
<style>
span { border-color: #209888; }
span { border-color: rgb(32,152,136); }
td.TdClassName
{
border-color: #209888;
}
.TagClassName
{
border-color: #209888;
}
</style>