Shades of Java #21908E
Tints of Java #21908E
RGB
CMYK
RGB Variations
Color information
#21908E (or 0x21908E) is known color: Java. HEX triplet: 21, 90 and 8E. RGB value is (33,144,142). Sum of RGB (Red+Green+Blue) = 33+144+142=319 (42% of max value = 765). Red value is 33 (13.28% from 255 or 10.34% from 319); Green value is 144 (56.64% from 255 or 45.14% from 319); Blue value is 142 (55.86% from 255 or 44.51% from 319); Max value from RGB is 144 - color contains mainly: green. Hex color #21908E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #21908E is #DE6F71. Grayscale: #6E6E6E. Windows color (decimal): -14577522 or 9343009. OLE color: 9343009.
HSL color Cylindrical-coordinate representation of color #21908E: hue angle of 178.92º 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 #21908E is Cyan = 0.77, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 33 | 144 | 142 | - |
| CMYK | 0.77 | 0 | 0.01 | 0.44 |
| HSL | 178.92º | 0.63% | 0.35% | - |
| HSV(B) | 178.92º | 0.77% | 0.56% | - |
| XYZ | 15.48 | 22.22 | 29.06 | - |
| YUV | 110.58 | 145.73 | 72.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 144 | 142 | 0.77 | 0 | 0.01 | 0.44 | 178.92 | 0.63 | 0.35 |
| Hex | 21 | 90 | 8E | 4D | 0 | 1 | 2C | B3 | 3F | 23 |
| Octal | 41 | 220 | 216 | 115 | 0 | 1 | 54 | 263 | 77 | 43 |
| Binary | 100001 | 10010000 | 10001110 | 1001101 | 0 | 1 | 101100 | 10110011 | 111111 | 100011 |
Color Harmonies of #21908E
Complementary color
Monochromatic Colors of #21908E
Black with #21908E
Text Example
Text Example
White with #21908E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21908E; }
p { color: rgb(33,144,142); }
H1.HeaderClassName
{
color: #21908E;
}
.AnyTagClassName
{
color: #21908E;
}
</style>
background-color css
<style>
a { background-color: #21908E; }
a { background-color: rgb(33,144,142); }
div.DivClassName
{
background-color: #21908E;
}
.BgClassName
{
background-color: #21908E;
}
</style>
border-color css
<style>
span { border-color: #21908E; }
span { border-color: rgb(33,144,142); }
td.TdClassName
{
border-color: #21908E;
}
.TagClassName
{
border-color: #21908E;
}
</style>