Shades of Java #238F8F
Tints of Java #238F8F
RGB
CMYK
RGB Variations
Color information
#238F8F (or 0x238F8F) is known color: Java. HEX triplet: 23, 8F and 8F. RGB value is (35,143,143). Sum of RGB (Red+Green+Blue) = 35+143+143=321 (42% of max value = 765). Red value is 35 (14.06% from 255 or 10.90% from 321); Green value is 143 (56.25% from 255 or 44.55% from 321); Blue value is 143 (56.25% from 255 or 44.55% from 321); Max value from RGB is 143 - color contains mainly: green, blue. Hex color #238F8F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #238F8F is #DC7070. Grayscale: #6E6E6E. Windows color (decimal): -14446705 or 9408291. OLE color: 9408291.
HSL color Cylindrical-coordinate representation of color #238F8F: hue angle of 180º degrees, saturation: 0.61, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #238F8F is Cyan = 0.76, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 35 | 143 | 143 | - |
| CMYK | 0.76 | 0 | 0 | 0.44 |
| HSL | 180º | 0.61% | 0.35% | - |
| HSV(B) | 180º | 0.76% | 0.56% | - |
| XYZ | 15.47 | 21.99 | 29.41 | - |
| YUV | 110.71 | 146.22 | 74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 143 | 143 | 0.76 | 0 | 0 | 0.44 | 180 | 0.61 | 0.35 |
| Hex | 23 | 8F | 8F | 4C | 0 | 0 | 2C | B4 | 3D | 23 |
| Octal | 43 | 217 | 217 | 114 | 0 | 0 | 54 | 264 | 75 | 43 |
| Binary | 100011 | 10001111 | 10001111 | 1001100 | 0 | 0 | 101100 | 10110100 | 111101 | 100011 |
Color Harmonies of #238F8F
Complementary color
Monochromatic Colors of #238F8F
Black with #238F8F
Text Example
Text Example
White with #238F8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #238F8F; }
p { color: rgb(35,143,143); }
H1.HeaderClassName
{
color: #238F8F;
}
.AnyTagClassName
{
color: #238F8F;
}
</style>
background-color css
<style>
a { background-color: #238F8F; }
a { background-color: rgb(35,143,143); }
div.DivClassName
{
background-color: #238F8F;
}
.BgClassName
{
background-color: #238F8F;
}
</style>
border-color css
<style>
span { border-color: #238F8F; }
span { border-color: rgb(35,143,143); }
td.TdClassName
{
border-color: #238F8F;
}
.TagClassName
{
border-color: #238F8F;
}
</style>