Shades of Java #248A8B
Tints of Java #248A8B
RGB
CMYK
RGB Variations
Color information
#248A8B (or 0x248A8B) is known color: Java. HEX triplet: 24, 8A and 8B. RGB value is (36,138,139). Sum of RGB (Red+Green+Blue) = 36+138+139=313 (41% of max value = 765). Red value is 36 (14.45% from 255 or 11.50% from 313); Green value is 138 (54.30% from 255 or 44.09% from 313); Blue value is 139 (54.69% from 255 or 44.41% from 313); Max value from RGB is 139 - color contains mainly: blue. Hex color #248A8B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #248A8B is #DB7574. Grayscale: #6B6B6B. Windows color (decimal): -14382453 or 9144868. OLE color: 9144868.
HSL color Cylindrical-coordinate representation of color #248A8B: hue angle of 180.58º degrees, saturation: 0.59, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #248A8B is Cyan = 0.74, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 36 | 138 | 139 | - |
| CMYK | 0.74 | 0.01 | 0 | 0.45 |
| HSL | 180.58º | 0.59% | 0.34% | - |
| HSV(B) | 180.58º | 0.74% | 0.55% | - |
| XYZ | 14.48 | 20.42 | 27.6 | - |
| YUV | 107.62 | 145.71 | 76.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 138 | 139 | 0.74 | 0.01 | 0 | 0.45 | 180.58 | 0.59 | 0.34 |
| Hex | 24 | 8A | 8B | 4A | 1 | 0 | 2D | B5 | 3B | 22 |
| Octal | 44 | 212 | 213 | 112 | 1 | 0 | 55 | 265 | 73 | 42 |
| Binary | 100100 | 10001010 | 10001011 | 1001010 | 1 | 0 | 101101 | 10110101 | 111011 | 100010 |
Color Harmonies of #248A8B
Complementary color
Monochromatic Colors of #248A8B
Black with #248A8B
Text Example
Text Example
White with #248A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #248A8B; }
p { color: rgb(36,138,139); }
H1.HeaderClassName
{
color: #248A8B;
}
.AnyTagClassName
{
color: #248A8B;
}
</style>
background-color css
<style>
a { background-color: #248A8B; }
a { background-color: rgb(36,138,139); }
div.DivClassName
{
background-color: #248A8B;
}
.BgClassName
{
background-color: #248A8B;
}
</style>
border-color css
<style>
span { border-color: #248A8B; }
span { border-color: rgb(36,138,139); }
td.TdClassName
{
border-color: #248A8B;
}
.TagClassName
{
border-color: #248A8B;
}
</style>