Shades of Java #209993
Tints of Java #209993
RGB
CMYK
RGB Variations
Color information
#209993 (or 0x209993) is known color: Java. HEX triplet: 20, 99 and 93. RGB value is (32,153,147). Sum of RGB (Red+Green+Blue) = 32+153+147=332 (43% of max value = 765). Red value is 32 (12.89% from 255 or 9.64% from 332); Green value is 153 (60.16% from 255 or 46.08% from 332); Blue value is 147 (57.81% from 255 or 44.28% from 332); Max value from RGB is 153 - color contains mainly: green. Hex color #209993 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #209993 is #DF666C. Grayscale: #747474. Windows color (decimal): -14640749 or 9672992. OLE color: 9672992.
HSL color Cylindrical-coordinate representation of color #209993: hue angle of 177.02º 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 #209993 is Cyan = 0.79, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 32 | 153 | 147 | - |
| CMYK | 0.79 | 0 | 0.04 | 0.4 |
| HSL | 177.02º | 0.65% | 0.36% | - |
| HSV(B) | 177.02º | 0.79% | 0.6% | - |
| XYZ | 17.25 | 25.2 | 31.56 | - |
| YUV | 116.14 | 145.41 | 67.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 153 | 147 | 0.79 | 0 | 0.04 | 0.4 | 177.02 | 0.65 | 0.36 |
| Hex | 20 | 99 | 93 | 4F | 0 | 4 | 28 | B1 | 41 | 24 |
| Octal | 40 | 231 | 223 | 117 | 0 | 4 | 50 | 261 | 101 | 44 |
| Binary | 100000 | 10011001 | 10010011 | 1001111 | 0 | 100 | 101000 | 10110001 | 1000001 | 100100 |
Color Harmonies of #209993
Complementary color
Monochromatic Colors of #209993
Black with #209993
Text Example
Text Example
White with #209993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #209993; }
p { color: rgb(32,153,147); }
H1.HeaderClassName
{
color: #209993;
}
.AnyTagClassName
{
color: #209993;
}
</style>
background-color css
<style>
a { background-color: #209993; }
a { background-color: rgb(32,153,147); }
div.DivClassName
{
background-color: #209993;
}
.BgClassName
{
background-color: #209993;
}
</style>
border-color css
<style>
span { border-color: #209993; }
span { border-color: rgb(32,153,147); }
td.TdClassName
{
border-color: #209993;
}
.TagClassName
{
border-color: #209993;
}
</style>