Shades of Java #28969A
Tints of Java #28969A
RGB
CMYK
RGB Variations
Color information
#28969A (or 0x28969A) is known color: Java. HEX triplet: 28, 96 and 9A. RGB value is (40,150,154). Sum of RGB (Red+Green+Blue) = 40+150+154=344 (45% of max value = 765). Red value is 40 (16.02% from 255 or 11.63% from 344); Green value is 150 (58.98% from 255 or 43.60% from 344); Blue value is 154 (60.55% from 255 or 44.77% from 344); Max value from RGB is 154 - color contains mainly: blue. Hex color #28969A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #28969A is #D76965. Grayscale: #757575. Windows color (decimal): -14117222 or 10130984. OLE color: 10130984.
HSL color Cylindrical-coordinate representation of color #28969A: hue angle of 182.11º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #28969A is Cyan = 0.74, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 40 | 150 | 154 | - |
| CMYK | 0.74 | 0.03 | 0 | 0.40 |
| HSL | 182.11º | 0.59% | 0.38% | - |
| HSV(B) | 182.11º | 0.74% | 0.6% | - |
| XYZ | 17.61 | 24.6 | 34.39 | - |
| YUV | 117.57 | 148.56 | 72.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 150 | 154 | 0.74 | 0.03 | 0 | 0.40 | 182.11 | 0.59 | 0.38 |
| Hex | 28 | 96 | 9A | 4A | 3 | 0 | 28 | B6 | 3B | 26 |
| Octal | 50 | 226 | 232 | 112 | 3 | 0 | 50 | 266 | 73 | 46 |
| Binary | 101000 | 10010110 | 10011010 | 1001010 | 11 | 0 | 101000 | 10110110 | 111011 | 100110 |
Color Harmonies of #28969A
Complementary color
Monochromatic Colors of #28969A
Black with #28969A
Text Example
Text Example
White with #28969A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28969A; }
p { color: rgb(40,150,154); }
H1.HeaderClassName
{
color: #28969A;
}
.AnyTagClassName
{
color: #28969A;
}
</style>
background-color css
<style>
a { background-color: #28969A; }
a { background-color: rgb(40,150,154); }
div.DivClassName
{
background-color: #28969A;
}
.BgClassName
{
background-color: #28969A;
}
</style>
border-color css
<style>
span { border-color: #28969A; }
span { border-color: rgb(40,150,154); }
td.TdClassName
{
border-color: #28969A;
}
.TagClassName
{
border-color: #28969A;
}
</style>