Shades of Java #28999C
Tints of Java #28999C
RGB
CMYK
RGB Variations
Color information
#28999C (or 0x28999C) is known color: Java. HEX triplet: 28, 99 and 9C. RGB value is (40,153,156). Sum of RGB (Red+Green+Blue) = 40+153+156=349 (46% of max value = 765). Red value is 40 (16.02% from 255 or 11.46% from 349); Green value is 153 (60.16% from 255 or 43.84% from 349); Blue value is 156 (61.33% from 255 or 44.70% from 349); Max value from RGB is 156 - color contains mainly: blue. Hex color #28999C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #28999C is #D76663. Grayscale: #777777. Windows color (decimal): -14116452 or 10262824. OLE color: 10262824.
HSL color Cylindrical-coordinate representation of color #28999C: hue angle of 181.55º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #28999C is Cyan = 0.74, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 40 | 153 | 156 | - |
| CMYK | 0.74 | 0.02 | 0 | 0.39 |
| HSL | 181.55º | 0.59% | 0.38% | - |
| HSV(B) | 181.55º | 0.74% | 0.61% | - |
| XYZ | 18.27 | 25.63 | 35.44 | - |
| YUV | 119.56 | 148.56 | 71.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 153 | 156 | 0.74 | 0.02 | 0 | 0.39 | 181.55 | 0.59 | 0.38 |
| Hex | 28 | 99 | 9C | 4A | 2 | 0 | 27 | B6 | 3B | 26 |
| Octal | 50 | 231 | 234 | 112 | 2 | 0 | 47 | 266 | 73 | 46 |
| Binary | 101000 | 10011001 | 10011100 | 1001010 | 10 | 0 | 100111 | 10110110 | 111011 | 100110 |
Color Harmonies of #28999C
Complementary color
Monochromatic Colors of #28999C
Black with #28999C
Text Example
Text Example
White with #28999C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28999C; }
p { color: rgb(40,153,156); }
H1.HeaderClassName
{
color: #28999C;
}
.AnyTagClassName
{
color: #28999C;
}
</style>
background-color css
<style>
a { background-color: #28999C; }
a { background-color: rgb(40,153,156); }
div.DivClassName
{
background-color: #28999C;
}
.BgClassName
{
background-color: #28999C;
}
</style>
border-color css
<style>
span { border-color: #28999C; }
span { border-color: rgb(40,153,156); }
td.TdClassName
{
border-color: #28999C;
}
.TagClassName
{
border-color: #28999C;
}
</style>