Shades of Java #21978E
Tints of Java #21978E
RGB
CMYK
RGB Variations
Color information
#21978E (or 0x21978E) is known color: Java. HEX triplet: 21, 97 and 8E. RGB value is (33,151,142). Sum of RGB (Red+Green+Blue) = 33+151+142=326 (43% of max value = 765). Red value is 33 (13.28% from 255 or 10.12% from 326); Green value is 151 (59.38% from 255 or 46.32% from 326); Blue value is 142 (55.86% from 255 or 43.56% from 326); Max value from RGB is 151 - color contains mainly: green. Hex color #21978E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #21978E is #DE6871. Grayscale: #727272. Windows color (decimal): -14575730 or 9344801. OLE color: 9344801.
HSL color Cylindrical-coordinate representation of color #21978E: hue angle of 175.42º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #21978E is Cyan = 0.78, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 33 | 151 | 142 | - |
| CMYK | 0.78 | 0 | 0.06 | 0.41 |
| HSL | 175.42º | 0.64% | 0.36% | - |
| HSV(B) | 175.42º | 0.78% | 0.59% | - |
| XYZ | 16.58 | 24.41 | 29.43 | - |
| YUV | 114.69 | 143.41 | 69.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 151 | 142 | 0.78 | 0 | 0.06 | 0.41 | 175.42 | 0.64 | 0.36 |
| Hex | 21 | 97 | 8E | 4E | 0 | 6 | 29 | AF | 40 | 24 |
| Octal | 41 | 227 | 216 | 116 | 0 | 6 | 51 | 257 | 100 | 44 |
| Binary | 100001 | 10010111 | 10001110 | 1001110 | 0 | 110 | 101001 | 10101111 | 1000000 | 100100 |
Color Harmonies of #21978E
Complementary color
Monochromatic Colors of #21978E
Black with #21978E
Text Example
Text Example
White with #21978E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21978E; }
p { color: rgb(33,151,142); }
H1.HeaderClassName
{
color: #21978E;
}
.AnyTagClassName
{
color: #21978E;
}
</style>
background-color css
<style>
a { background-color: #21978E; }
a { background-color: rgb(33,151,142); }
div.DivClassName
{
background-color: #21978E;
}
.BgClassName
{
background-color: #21978E;
}
</style>
border-color css
<style>
span { border-color: #21978E; }
span { border-color: rgb(33,151,142); }
td.TdClassName
{
border-color: #21978E;
}
.TagClassName
{
border-color: #21978E;
}
</style>