Shades of Java #21908C
Tints of Java #21908C
RGB
CMYK
RGB Variations
Color information
#21908C (or 0x21908C) is known color: Java. HEX triplet: 21, 90 and 8C. RGB value is (33,144,140). Sum of RGB (Red+Green+Blue) = 33+144+140=317 (41% of max value = 765). Red value is 33 (13.28% from 255 or 10.41% from 317); Green value is 144 (56.64% from 255 or 45.43% from 317); Blue value is 140 (55.08% from 255 or 44.16% from 317); Max value from RGB is 144 - color contains mainly: green. Hex color #21908C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #21908C is #DE6F73. Grayscale: #6E6E6E. Windows color (decimal): -14577524 or 9211937. OLE color: 9211937.
HSL color Cylindrical-coordinate representation of color #21908C: hue angle of 177.84º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #21908C is Cyan = 0.77, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 33 | 144 | 140 | - |
| CMYK | 0.77 | 0 | 0.03 | 0.44 |
| HSL | 177.84º | 0.63% | 0.35% | - |
| HSV(B) | 177.84º | 0.77% | 0.56% | - |
| XYZ | 15.33 | 22.16 | 28.28 | - |
| YUV | 110.36 | 144.73 | 72.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 144 | 140 | 0.77 | 0 | 0.03 | 0.44 | 177.84 | 0.63 | 0.35 |
| Hex | 21 | 90 | 8C | 4D | 0 | 3 | 2C | B2 | 3F | 23 |
| Octal | 41 | 220 | 214 | 115 | 0 | 3 | 54 | 262 | 77 | 43 |
| Binary | 100001 | 10010000 | 10001100 | 1001101 | 0 | 11 | 101100 | 10110010 | 111111 | 100011 |
Color Harmonies of #21908C
Complementary color
Monochromatic Colors of #21908C
Black with #21908C
Text Example
Text Example
White with #21908C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21908C; }
p { color: rgb(33,144,140); }
H1.HeaderClassName
{
color: #21908C;
}
.AnyTagClassName
{
color: #21908C;
}
</style>
background-color css
<style>
a { background-color: #21908C; }
a { background-color: rgb(33,144,140); }
div.DivClassName
{
background-color: #21908C;
}
.BgClassName
{
background-color: #21908C;
}
</style>
border-color css
<style>
span { border-color: #21908C; }
span { border-color: rgb(33,144,140); }
td.TdClassName
{
border-color: #21908C;
}
.TagClassName
{
border-color: #21908C;
}
</style>