Shades of Java #248E8A
Tints of Java #248E8A
RGB
CMYK
RGB Variations
Color information
#248E8A (or 0x248E8A) is known color: Java. HEX triplet: 24, 8E and 8A. RGB value is (36,142,138). Sum of RGB (Red+Green+Blue) = 36+142+138=316 (41% of max value = 765). Red value is 36 (14.45% from 255 or 11.39% from 316); Green value is 142 (55.86% from 255 or 44.94% from 316); Blue value is 138 (54.30% from 255 or 43.67% from 316); Max value from RGB is 142 - color contains mainly: green. Hex color #248E8A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #248E8A is #DB7175. Grayscale: #6D6D6D. Windows color (decimal): -14381430 or 9080356. OLE color: 9080356.
HSL color Cylindrical-coordinate representation of color #248E8A: hue angle of 177.74º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #248E8A is Cyan = 0.75, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 36 | 142 | 138 | - |
| CMYK | 0.75 | 0 | 0.03 | 0.44 |
| HSL | 177.74º | 0.6% | 0.35% | - |
| HSV(B) | 177.74º | 0.75% | 0.56% | - |
| XYZ | 14.99 | 21.56 | 27.42 | - |
| YUV | 109.85 | 143.88 | 75.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 142 | 138 | 0.75 | 0 | 0.03 | 0.44 | 177.74 | 0.6 | 0.35 |
| Hex | 24 | 8E | 8A | 4B | 0 | 3 | 2C | B2 | 3C | 23 |
| Octal | 44 | 216 | 212 | 113 | 0 | 3 | 54 | 262 | 74 | 43 |
| Binary | 100100 | 10001110 | 10001010 | 1001011 | 0 | 11 | 101100 | 10110010 | 111100 | 100011 |
Color Harmonies of #248E8A
Complementary color
Monochromatic Colors of #248E8A
Black with #248E8A
Text Example
Text Example
White with #248E8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #248E8A; }
p { color: rgb(36,142,138); }
H1.HeaderClassName
{
color: #248E8A;
}
.AnyTagClassName
{
color: #248E8A;
}
</style>
background-color css
<style>
a { background-color: #248E8A; }
a { background-color: rgb(36,142,138); }
div.DivClassName
{
background-color: #248E8A;
}
.BgClassName
{
background-color: #248E8A;
}
</style>
border-color css
<style>
span { border-color: #248E8A; }
span { border-color: rgb(36,142,138); }
td.TdClassName
{
border-color: #248E8A;
}
.TagClassName
{
border-color: #248E8A;
}
</style>