Shades of Java #219C9C
Tints of Java #219C9C
RGB
CMYK
RGB Variations
Color information
#219C9C (or 0x219C9C) is known color: Java. HEX triplet: 21, 9C and 9C. RGB value is (33,156,156). Sum of RGB (Red+Green+Blue) = 33+156+156=345 (45% of max value = 765). Red value is 33 (13.28% from 255 or 9.57% from 345); Green value is 156 (61.33% from 255 or 45.22% from 345); Blue value is 156 (61.33% from 255 or 45.22% from 345); Max value from RGB is 156 - color contains mainly: green, blue. Hex color #219C9C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #219C9C is #DE6363. Grayscale: #777777. Windows color (decimal): -14574436 or 10263585. OLE color: 10263585.
HSL color Cylindrical-coordinate representation of color #219C9C: hue angle of 180º 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 #219C9C is Cyan = 0.79, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 33 | 156 | 156 | - |
| CMYK | 0.79 | 0 | 0 | 0.39 |
| HSL | 180º | 0.65% | 0.37% | - |
| HSV(B) | 180º | 0.79% | 0.61% | - |
| XYZ | 18.52 | 26.5 | 35.59 | - |
| YUV | 119.22 | 148.75 | 66.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 156 | 156 | 0.79 | 0 | 0 | 0.39 | 180 | 0.65 | 0.37 |
| Hex | 21 | 9C | 9C | 4F | 0 | 0 | 27 | B4 | 41 | 25 |
| Octal | 41 | 234 | 234 | 117 | 0 | 0 | 47 | 264 | 101 | 45 |
| Binary | 100001 | 10011100 | 10011100 | 1001111 | 0 | 0 | 100111 | 10110100 | 1000001 | 100101 |
Color Harmonies of #219C9C
Complementary color
Monochromatic Colors of #219C9C
Black with #219C9C
Text Example
Text Example
White with #219C9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #219C9C; }
p { color: rgb(33,156,156); }
H1.HeaderClassName
{
color: #219C9C;
}
.AnyTagClassName
{
color: #219C9C;
}
</style>
background-color css
<style>
a { background-color: #219C9C; }
a { background-color: rgb(33,156,156); }
div.DivClassName
{
background-color: #219C9C;
}
.BgClassName
{
background-color: #219C9C;
}
</style>
border-color css
<style>
span { border-color: #219C9C; }
span { border-color: rgb(33,156,156); }
td.TdClassName
{
border-color: #219C9C;
}
.TagClassName
{
border-color: #219C9C;
}
</style>