Shades of Java #288B8F
Tints of Java #288B8F
RGB
CMYK
RGB Variations
Color information
#288B8F (or 0x288B8F) is known color: Java. HEX triplet: 28, 8B and 8F. RGB value is (40,139,143). Sum of RGB (Red+Green+Blue) = 40+139+143=322 (42% of max value = 765). Red value is 40 (16.02% from 255 or 12.42% from 322); Green value is 139 (54.69% from 255 or 43.17% from 322); Blue value is 143 (56.25% from 255 or 44.41% from 322); Max value from RGB is 143 - color contains mainly: blue. Hex color #288B8F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #288B8F is #D77470. Grayscale: #6D6D6D. Windows color (decimal): -14120049 or 9407272. OLE color: 9407272.
HSL color Cylindrical-coordinate representation of color #288B8F: hue angle of 182.33º degrees, saturation: 0.56, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #288B8F is Cyan = 0.72, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 40 | 139 | 143 | - |
| CMYK | 0.72 | 0.03 | 0 | 0.44 |
| HSL | 182.33º | 0.56% | 0.36% | - |
| HSV(B) | 182.33º | 0.72% | 0.56% | - |
| XYZ | 15.07 | 20.9 | 29.23 | - |
| YUV | 109.86 | 146.7 | 78.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 139 | 143 | 0.72 | 0.03 | 0 | 0.44 | 182.33 | 0.56 | 0.36 |
| Hex | 28 | 8B | 8F | 48 | 3 | 0 | 2C | B6 | 38 | 24 |
| Octal | 50 | 213 | 217 | 110 | 3 | 0 | 54 | 266 | 70 | 44 |
| Binary | 101000 | 10001011 | 10001111 | 1001000 | 11 | 0 | 101100 | 10110110 | 111000 | 100100 |
Color Harmonies of #288B8F
Complementary color
Monochromatic Colors of #288B8F
Black with #288B8F
Text Example
Text Example
White with #288B8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288B8F; }
p { color: rgb(40,139,143); }
H1.HeaderClassName
{
color: #288B8F;
}
.AnyTagClassName
{
color: #288B8F;
}
</style>
background-color css
<style>
a { background-color: #288B8F; }
a { background-color: rgb(40,139,143); }
div.DivClassName
{
background-color: #288B8F;
}
.BgClassName
{
background-color: #288B8F;
}
</style>
border-color css
<style>
span { border-color: #288B8F; }
span { border-color: rgb(40,139,143); }
td.TdClassName
{
border-color: #288B8F;
}
.TagClassName
{
border-color: #288B8F;
}
</style>