Shades of Java #218B95
Tints of Java #218B95
RGB
CMYK
RGB Variations
Color information
#218B95 (or 0x218B95) is known color: Java. HEX triplet: 21, 8B and 95. RGB value is (33,139,149). Sum of RGB (Red+Green+Blue) = 33+139+149=321 (42% of max value = 765). Red value is 33 (13.28% from 255 or 10.28% from 321); Green value is 139 (54.69% from 255 or 43.30% from 321); Blue value is 149 (58.59% from 255 or 46.42% from 321); Max value from RGB is 149 - color contains mainly: blue. Hex color #218B95 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #218B95 is #DE746A. Grayscale: #6C6C6C. Windows color (decimal): -14578795 or 9800481. OLE color: 9800481.
HSL color Cylindrical-coordinate representation of color #218B95: hue angle of 185.17º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #218B95 is Cyan = 0.78, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 33 | 139 | 149 | - |
| CMYK | 0.78 | 0.07 | 0 | 0.42 |
| HSL | 185.17º | 0.64% | 0.36% | - |
| HSV(B) | 185.17º | 0.78% | 0.58% | - |
| XYZ | 15.28 | 20.96 | 31.67 | - |
| YUV | 108.45 | 150.88 | 74.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 139 | 149 | 0.78 | 0.07 | 0 | 0.42 | 185.17 | 0.64 | 0.36 |
| Hex | 21 | 8B | 95 | 4E | 7 | 0 | 2A | B9 | 40 | 24 |
| Octal | 41 | 213 | 225 | 116 | 7 | 0 | 52 | 271 | 100 | 44 |
| Binary | 100001 | 10001011 | 10010101 | 1001110 | 111 | 0 | 101010 | 10111001 | 1000000 | 100100 |
Color Harmonies of #218B95
Complementary color
Monochromatic Colors of #218B95
Black with #218B95
Text Example
Text Example
White with #218B95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218B95; }
p { color: rgb(33,139,149); }
H1.HeaderClassName
{
color: #218B95;
}
.AnyTagClassName
{
color: #218B95;
}
</style>
background-color css
<style>
a { background-color: #218B95; }
a { background-color: rgb(33,139,149); }
div.DivClassName
{
background-color: #218B95;
}
.BgClassName
{
background-color: #218B95;
}
</style>
border-color css
<style>
span { border-color: #218B95; }
span { border-color: rgb(33,139,149); }
td.TdClassName
{
border-color: #218B95;
}
.TagClassName
{
border-color: #218B95;
}
</style>