Shades of Java #239997
Tints of Java #239997
RGB
CMYK
RGB Variations
Color information
#239997 (or 0x239997) is known color: Java. HEX triplet: 23, 99 and 97. RGB value is (35,153,151). Sum of RGB (Red+Green+Blue) = 35+153+151=339 (44% of max value = 765). Red value is 35 (14.06% from 255 or 10.32% from 339); Green value is 153 (60.16% from 255 or 45.13% from 339); Blue value is 151 (59.38% from 255 or 44.54% from 339); Max value from RGB is 153 - color contains mainly: green. Hex color #239997 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #239997 is #DC6668. Grayscale: #757575. Windows color (decimal): -14444137 or 9935139. OLE color: 9935139.
HSL color Cylindrical-coordinate representation of color #239997: hue angle of 178.98º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #239997 is Cyan = 0.77, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 35 | 153 | 151 | - |
| CMYK | 0.77 | 0 | 0.01 | 0.4 |
| HSL | 178.98º | 0.63% | 0.37% | - |
| HSV(B) | 178.98º | 0.77% | 0.6% | - |
| XYZ | 17.67 | 25.37 | 33.24 | - |
| YUV | 117.49 | 146.91 | 69.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 153 | 151 | 0.77 | 0 | 0.01 | 0.4 | 178.98 | 0.63 | 0.37 |
| Hex | 23 | 99 | 97 | 4D | 0 | 1 | 28 | B3 | 3F | 25 |
| Octal | 43 | 231 | 227 | 115 | 0 | 1 | 50 | 263 | 77 | 45 |
| Binary | 100011 | 10011001 | 10010111 | 1001101 | 0 | 1 | 101000 | 10110011 | 111111 | 100101 |
Color Harmonies of #239997
Complementary color
Monochromatic Colors of #239997
Black with #239997
Text Example
Text Example
White with #239997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #239997; }
p { color: rgb(35,153,151); }
H1.HeaderClassName
{
color: #239997;
}
.AnyTagClassName
{
color: #239997;
}
</style>
background-color css
<style>
a { background-color: #239997; }
a { background-color: rgb(35,153,151); }
div.DivClassName
{
background-color: #239997;
}
.BgClassName
{
background-color: #239997;
}
</style>
border-color css
<style>
span { border-color: #239997; }
span { border-color: rgb(35,153,151); }
td.TdClassName
{
border-color: #239997;
}
.TagClassName
{
border-color: #239997;
}
</style>