Shades of Java #21999F
Tints of Java #21999F
RGB
CMYK
RGB Variations
Color information
#21999F (or 0x21999F) is known color: Java. HEX triplet: 21, 99 and 9F. RGB value is (33,153,159). Sum of RGB (Red+Green+Blue) = 33+153+159=345 (45% of max value = 765). Red value is 33 (13.28% from 255 or 9.57% from 345); Green value is 153 (60.16% from 255 or 44.35% from 345); Blue value is 159 (62.5% from 255 or 46.09% from 345); Max value from RGB is 159 - color contains mainly: blue. Hex color #21999F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #21999F is #DE6660. Grayscale: #757575. Windows color (decimal): -14575201 or 10459425. OLE color: 10459425.
HSL color Cylindrical-coordinate representation of color #21999F: hue angle of 182.86º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #21999F is Cyan = 0.79, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 33 | 153 | 159 | - |
| CMYK | 0.79 | 0.04 | 0 | 0.38 |
| HSL | 182.86º | 0.66% | 0.38% | - |
| HSV(B) | 182.86º | 0.79% | 0.62% | - |
| XYZ | 18.28 | 25.61 | 36.78 | - |
| YUV | 117.8 | 151.24 | 67.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 153 | 159 | 0.79 | 0.04 | 0 | 0.38 | 182.86 | 0.66 | 0.38 |
| Hex | 21 | 99 | 9F | 4F | 4 | 0 | 26 | B7 | 42 | 26 |
| Octal | 41 | 231 | 237 | 117 | 4 | 0 | 46 | 267 | 102 | 46 |
| Binary | 100001 | 10011001 | 10011111 | 1001111 | 100 | 0 | 100110 | 10110111 | 1000010 | 100110 |
Color Harmonies of #21999F
Complementary color
Monochromatic Colors of #21999F
Black with #21999F
Text Example
Text Example
White with #21999F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21999F; }
p { color: rgb(33,153,159); }
H1.HeaderClassName
{
color: #21999F;
}
.AnyTagClassName
{
color: #21999F;
}
</style>
background-color css
<style>
a { background-color: #21999F; }
a { background-color: rgb(33,153,159); }
div.DivClassName
{
background-color: #21999F;
}
.BgClassName
{
background-color: #21999F;
}
</style>
border-color css
<style>
span { border-color: #21999F; }
span { border-color: rgb(33,153,159); }
td.TdClassName
{
border-color: #21999F;
}
.TagClassName
{
border-color: #21999F;
}
</style>