Shades of Java #218A8F
Tints of Java #218A8F
RGB
CMYK
RGB Variations
Color information
#218A8F (or 0x218A8F) is known color: Java. HEX triplet: 21, 8A and 8F. RGB value is (33,138,143). Sum of RGB (Red+Green+Blue) = 33+138+143=314 (41% of max value = 765). Red value is 33 (13.28% from 255 or 10.51% from 314); Green value is 138 (54.30% from 255 or 43.95% from 314); Blue value is 143 (56.25% from 255 or 45.54% from 314); Max value from RGB is 143 - color contains mainly: blue. Hex color #218A8F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #218A8F is #DE7570. Grayscale: #6B6B6B. Windows color (decimal): -14579057 or 9407009. OLE color: 9407009.
HSL color Cylindrical-coordinate representation of color #218A8F: hue angle of 182.73º degrees, saturation: 0.62, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #218A8F is Cyan = 0.77, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 33 | 138 | 143 | - |
| CMYK | 0.77 | 0.03 | 0 | 0.44 |
| HSL | 182.73º | 0.63% | 0.35% | - |
| HSV(B) | 182.73º | 0.77% | 0.56% | - |
| XYZ | 14.67 | 20.48 | 29.17 | - |
| YUV | 107.18 | 148.21 | 75.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 138 | 143 | 0.77 | 0.03 | 0 | 0.44 | 182.73 | 0.63 | 0.35 |
| Hex | 21 | 8A | 8F | 4D | 3 | 0 | 2C | B7 | 3E | 23 |
| Octal | 41 | 212 | 217 | 115 | 3 | 0 | 54 | 267 | 76 | 43 |
| Binary | 100001 | 10001010 | 10001111 | 1001101 | 11 | 0 | 101100 | 10110111 | 111110 | 100011 |
Color Harmonies of #218A8F
Complementary color
Monochromatic Colors of #218A8F
Black with #218A8F
Text Example
Text Example
White with #218A8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218A8F; }
p { color: rgb(33,138,143); }
H1.HeaderClassName
{
color: #218A8F;
}
.AnyTagClassName
{
color: #218A8F;
}
</style>
background-color css
<style>
a { background-color: #218A8F; }
a { background-color: rgb(33,138,143); }
div.DivClassName
{
background-color: #218A8F;
}
.BgClassName
{
background-color: #218A8F;
}
</style>
border-color css
<style>
span { border-color: #218A8F; }
span { border-color: rgb(33,138,143); }
td.TdClassName
{
border-color: #218A8F;
}
.TagClassName
{
border-color: #218A8F;
}
</style>