Shades of Java #21978C
Tints of Java #21978C
RGB
CMYK
RGB Variations
Color information
#21978C (or 0x21978C) is known color: Java. HEX triplet: 21, 97 and 8C. RGB value is (33,151,140). Sum of RGB (Red+Green+Blue) = 33+151+140=324 (42% of max value = 765). Red value is 33 (13.28% from 255 or 10.19% from 324); Green value is 151 (59.38% from 255 or 46.60% from 324); Blue value is 140 (55.08% from 255 or 43.21% from 324); Max value from RGB is 151 - color contains mainly: green. Hex color #21978C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #21978C is #DE6873. Grayscale: #727272. Windows color (decimal): -14575732 or 9213729. OLE color: 9213729.
HSL color Cylindrical-coordinate representation of color #21978C: hue angle of 174.41º 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 #21978C is Cyan = 0.78, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 33 | 151 | 140 | - |
| CMYK | 0.78 | 0 | 0.07 | 0.41 |
| HSL | 174.41º | 0.64% | 0.36% | - |
| HSV(B) | 174.41º | 0.78% | 0.59% | - |
| XYZ | 16.43 | 24.35 | 28.65 | - |
| YUV | 114.46 | 142.41 | 69.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 151 | 140 | 0.78 | 0 | 0.07 | 0.41 | 174.41 | 0.64 | 0.36 |
| Hex | 21 | 97 | 8C | 4E | 0 | 7 | 29 | AE | 40 | 24 |
| Octal | 41 | 227 | 214 | 116 | 0 | 7 | 51 | 256 | 100 | 44 |
| Binary | 100001 | 10010111 | 10001100 | 1001110 | 0 | 111 | 101001 | 10101110 | 1000000 | 100100 |
Color Harmonies of #21978C
Complementary color
Monochromatic Colors of #21978C
Black with #21978C
Text Example
Text Example
White with #21978C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21978C; }
p { color: rgb(33,151,140); }
H1.HeaderClassName
{
color: #21978C;
}
.AnyTagClassName
{
color: #21978C;
}
</style>
background-color css
<style>
a { background-color: #21978C; }
a { background-color: rgb(33,151,140); }
div.DivClassName
{
background-color: #21978C;
}
.BgClassName
{
background-color: #21978C;
}
</style>
border-color css
<style>
span { border-color: #21978C; }
span { border-color: rgb(33,151,140); }
td.TdClassName
{
border-color: #21978C;
}
.TagClassName
{
border-color: #21978C;
}
</style>