Shades of Java #21918E
Tints of Java #21918E
RGB
CMYK
RGB Variations
Color information
#21918E (or 0x21918E) is known color: Java. HEX triplet: 21, 91 and 8E. RGB value is (33,145,142). Sum of RGB (Red+Green+Blue) = 33+145+142=320 (42% of max value = 765). Red value is 33 (13.28% from 255 or 10.31% from 320); Green value is 145 (57.03% from 255 or 45.31% from 320); Blue value is 142 (55.86% from 255 or 44.38% from 320); Max value from RGB is 145 - color contains mainly: green. Hex color #21918E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #21918E is #DE6E71. Grayscale: #6F6F6F. Windows color (decimal): -14577266 or 9343265. OLE color: 9343265.
HSL color Cylindrical-coordinate representation of color #21918E: hue angle of 178.39º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #21918E is Cyan = 0.77, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 33 | 145 | 142 | - |
| CMYK | 0.77 | 0 | 0.02 | 0.43 |
| HSL | 178.39º | 0.63% | 0.35% | - |
| HSV(B) | 178.39º | 0.77% | 0.57% | - |
| XYZ | 15.64 | 22.53 | 29.12 | - |
| YUV | 111.17 | 145.39 | 72.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 145 | 142 | 0.77 | 0 | 0.02 | 0.43 | 178.39 | 0.63 | 0.35 |
| Hex | 21 | 91 | 8E | 4D | 0 | 2 | 2B | B2 | 3F | 23 |
| Octal | 41 | 221 | 216 | 115 | 0 | 2 | 53 | 262 | 77 | 43 |
| Binary | 100001 | 10010001 | 10001110 | 1001101 | 0 | 10 | 101011 | 10110010 | 111111 | 100011 |
Color Harmonies of #21918E
Complementary color
Monochromatic Colors of #21918E
Black with #21918E
Text Example
Text Example
White with #21918E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21918E; }
p { color: rgb(33,145,142); }
H1.HeaderClassName
{
color: #21918E;
}
.AnyTagClassName
{
color: #21918E;
}
</style>
background-color css
<style>
a { background-color: #21918E; }
a { background-color: rgb(33,145,142); }
div.DivClassName
{
background-color: #21918E;
}
.BgClassName
{
background-color: #21918E;
}
</style>
border-color css
<style>
span { border-color: #21918E; }
span { border-color: rgb(33,145,142); }
td.TdClassName
{
border-color: #21918E;
}
.TagClassName
{
border-color: #21918E;
}
</style>