Shades of Java #21908A
Tints of Java #21908A
RGB
CMYK
RGB Variations
Color information
#21908A (or 0x21908A) is known color: Java. HEX triplet: 21, 90 and 8A. RGB value is (33,144,138). Sum of RGB (Red+Green+Blue) = 33+144+138=315 (41% of max value = 765). Red value is 33 (13.28% from 255 or 10.48% from 315); Green value is 144 (56.64% from 255 or 45.71% from 315); Blue value is 138 (54.30% from 255 or 43.81% from 315); Max value from RGB is 144 - color contains mainly: green. Hex color #21908A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #21908A is #DE6F75. Grayscale: #6E6E6E. Windows color (decimal): -14577526 or 9080865. OLE color: 9080865.
HSL color Cylindrical-coordinate representation of color #21908A: hue angle of 176.76º 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 #21908A is Cyan = 0.77, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 33 | 144 | 138 | - |
| CMYK | 0.77 | 0 | 0.04 | 0.44 |
| HSL | 176.76º | 0.63% | 0.35% | - |
| HSV(B) | 176.76º | 0.77% | 0.56% | - |
| XYZ | 15.19 | 22.1 | 27.51 | - |
| YUV | 110.13 | 143.73 | 72.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 144 | 138 | 0.77 | 0 | 0.04 | 0.44 | 176.76 | 0.63 | 0.35 |
| Hex | 21 | 90 | 8A | 4D | 0 | 4 | 2C | B1 | 3F | 23 |
| Octal | 41 | 220 | 212 | 115 | 0 | 4 | 54 | 261 | 77 | 43 |
| Binary | 100001 | 10010000 | 10001010 | 1001101 | 0 | 100 | 101100 | 10110001 | 111111 | 100011 |
Color Harmonies of #21908A
Complementary color
Monochromatic Colors of #21908A
Black with #21908A
Text Example
Text Example
White with #21908A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21908A; }
p { color: rgb(33,144,138); }
H1.HeaderClassName
{
color: #21908A;
}
.AnyTagClassName
{
color: #21908A;
}
</style>
background-color css
<style>
a { background-color: #21908A; }
a { background-color: rgb(33,144,138); }
div.DivClassName
{
background-color: #21908A;
}
.BgClassName
{
background-color: #21908A;
}
</style>
border-color css
<style>
span { border-color: #21908A; }
span { border-color: rgb(33,144,138); }
td.TdClassName
{
border-color: #21908A;
}
.TagClassName
{
border-color: #21908A;
}
</style>