Shades of Java #28A09B
Tints of Java #28A09B
RGB
CMYK
RGB Variations
Color information
#28A09B (or 0x28A09B) is known color: Java. HEX triplet: 28, A0 and 9B. RGB value is (40,160,155). Sum of RGB (Red+Green+Blue) = 40+160+155=355 (47% of max value = 765). Red value is 40 (16.02% from 255 or 11.27% from 355); Green value is 160 (62.89% from 255 or 45.07% from 355); Blue value is 155 (60.94% from 255 or 43.66% from 355); Max value from RGB is 160 - color contains mainly: green. Hex color #28A09B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #28A09B is #D75F64. Grayscale: #7B7B7B. Windows color (decimal): -14114661 or 10199080. OLE color: 10199080.
HSL color Cylindrical-coordinate representation of color #28A09B: hue angle of 177.5º degrees, saturation: 0.6, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #28A09B is Cyan = 0.75, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 40 | 160 | 155 | - |
| CMYK | 0.75 | 0 | 0.03 | 0.37 |
| HSL | 177.5º | 0.6% | 0.39% | - |
| HSV(B) | 177.5º | 0.75% | 0.63% | - |
| XYZ | 19.36 | 27.96 | 35.39 | - |
| YUV | 123.55 | 145.74 | 68.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 160 | 155 | 0.75 | 0 | 0.03 | 0.37 | 177.5 | 0.6 | 0.39 |
| Hex | 28 | A0 | 9B | 4B | 0 | 3 | 25 | B2 | 3C | 27 |
| Octal | 50 | 240 | 233 | 113 | 0 | 3 | 45 | 262 | 74 | 47 |
| Binary | 101000 | 10100000 | 10011011 | 1001011 | 0 | 11 | 100101 | 10110010 | 111100 | 100111 |
Color Harmonies of #28A09B
Complementary color
Monochromatic Colors of #28A09B
Black with #28A09B
Text Example
Text Example
White with #28A09B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28A09B; }
p { color: rgb(40,160,155); }
H1.HeaderClassName
{
color: #28A09B;
}
.AnyTagClassName
{
color: #28A09B;
}
</style>
background-color css
<style>
a { background-color: #28A09B; }
a { background-color: rgb(40,160,155); }
div.DivClassName
{
background-color: #28A09B;
}
.BgClassName
{
background-color: #28A09B;
}
</style>
border-color css
<style>
span { border-color: #28A09B; }
span { border-color: rgb(40,160,155); }
td.TdClassName
{
border-color: #28A09B;
}
.TagClassName
{
border-color: #28A09B;
}
</style>