Shades of Java #219C8C
Tints of Java #219C8C
RGB
CMYK
RGB Variations
Color information
#219C8C (or 0x219C8C) is known color: Java. HEX triplet: 21, 9C and 8C. RGB value is (33,156,140). Sum of RGB (Red+Green+Blue) = 33+156+140=329 (43% of max value = 765). Red value is 33 (13.28% from 255 or 10.03% from 329); Green value is 156 (61.33% from 255 or 47.42% from 329); Blue value is 140 (55.08% from 255 or 42.55% from 329); Max value from RGB is 156 - color contains mainly: green. Hex color #219C8C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #219C8C is #DE6373. Grayscale: #757575. Windows color (decimal): -14574452 or 9215009. OLE color: 9215009.
HSL color Cylindrical-coordinate representation of color #219C8C: hue angle of 172.2º degrees, saturation: 0.65, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #219C8C is Cyan = 0.79, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 33 | 156 | 140 | - |
| CMYK | 0.79 | 0 | 0.10 | 0.39 |
| HSL | 172.2º | 0.65% | 0.37% | - |
| HSV(B) | 172.2º | 0.79% | 0.61% | - |
| XYZ | 17.25 | 25.99 | 28.92 | - |
| YUV | 117.4 | 140.75 | 67.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 156 | 140 | 0.79 | 0 | 0.10 | 0.39 | 172.2 | 0.65 | 0.37 |
| Hex | 21 | 9C | 8C | 4F | 0 | A | 27 | AC | 41 | 25 |
| Octal | 41 | 234 | 214 | 117 | 0 | 12 | 47 | 254 | 101 | 45 |
| Binary | 100001 | 10011100 | 10001100 | 1001111 | 0 | 1010 | 100111 | 10101100 | 1000001 | 100101 |
Color Harmonies of #219C8C
Complementary color
Monochromatic Colors of #219C8C
Black with #219C8C
Text Example
Text Example
White with #219C8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #219C8C; }
p { color: rgb(33,156,140); }
H1.HeaderClassName
{
color: #219C8C;
}
.AnyTagClassName
{
color: #219C8C;
}
</style>
background-color css
<style>
a { background-color: #219C8C; }
a { background-color: rgb(33,156,140); }
div.DivClassName
{
background-color: #219C8C;
}
.BgClassName
{
background-color: #219C8C;
}
</style>
border-color css
<style>
span { border-color: #219C8C; }
span { border-color: rgb(33,156,140); }
td.TdClassName
{
border-color: #219C8C;
}
.TagClassName
{
border-color: #219C8C;
}
</style>