Shades of Java #218C93
Tints of Java #218C93
RGB
CMYK
RGB Variations
Color information
#218C93 (or 0x218C93) is known color: Java. HEX triplet: 21, 8C and 93. RGB value is (33,140,147). Sum of RGB (Red+Green+Blue) = 33+140+147=320 (42% of max value = 765). Red value is 33 (13.28% from 255 or 10.31% from 320); Green value is 140 (55.08% from 255 or 43.75% from 320); Blue value is 147 (57.81% from 255 or 45.94% from 320); Max value from RGB is 147 - color contains mainly: blue. Hex color #218C93 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #218C93 is #DE736C. Grayscale: #6C6C6C. Windows color (decimal): -14578541 or 9669665. OLE color: 9669665.
HSL color Cylindrical-coordinate representation of color #218C93: hue angle of 183.68º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #218C93 is Cyan = 0.78, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 33 | 140 | 147 | - |
| CMYK | 0.78 | 0.05 | 0 | 0.42 |
| HSL | 183.68º | 0.63% | 0.35% | - |
| HSV(B) | 183.68º | 0.78% | 0.58% | - |
| XYZ | 15.27 | 21.19 | 30.89 | - |
| YUV | 108.81 | 149.55 | 73.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 140 | 147 | 0.78 | 0.05 | 0 | 0.42 | 183.68 | 0.63 | 0.35 |
| Hex | 21 | 8C | 93 | 4E | 5 | 0 | 2A | B8 | 3F | 23 |
| Octal | 41 | 214 | 223 | 116 | 5 | 0 | 52 | 270 | 77 | 43 |
| Binary | 100001 | 10001100 | 10010011 | 1001110 | 101 | 0 | 101010 | 10111000 | 111111 | 100011 |
Color Harmonies of #218C93
Complementary color
Monochromatic Colors of #218C93
Black with #218C93
Text Example
Text Example
White with #218C93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218C93; }
p { color: rgb(33,140,147); }
H1.HeaderClassName
{
color: #218C93;
}
.AnyTagClassName
{
color: #218C93;
}
</style>
background-color css
<style>
a { background-color: #218C93; }
a { background-color: rgb(33,140,147); }
div.DivClassName
{
background-color: #218C93;
}
.BgClassName
{
background-color: #218C93;
}
</style>
border-color css
<style>
span { border-color: #218C93; }
span { border-color: rgb(33,140,147); }
td.TdClassName
{
border-color: #218C93;
}
.TagClassName
{
border-color: #218C93;
}
</style>