Shades of Java #26999A
Tints of Java #26999A
RGB
CMYK
RGB Variations
Color information
#26999A (or 0x26999A) is known color: Java. HEX triplet: 26, 99 and 9A. RGB value is (38,153,154). Sum of RGB (Red+Green+Blue) = 38+153+154=345 (45% of max value = 765). Red value is 38 (15.23% from 255 or 11.01% from 345); Green value is 153 (60.16% from 255 or 44.35% from 345); Blue value is 154 (60.55% from 255 or 44.64% from 345); Max value from RGB is 154 - color contains mainly: blue. Hex color #26999A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #26999A is #D96665. Grayscale: #767676. Windows color (decimal): -14247526 or 10131750. OLE color: 10131750.
HSL color Cylindrical-coordinate representation of color #26999A: hue angle of 180.52º degrees, saturation: 0.6, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #26999A is Cyan = 0.75, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 38 | 153 | 154 | - |
| CMYK | 0.75 | 0.01 | 0 | 0.40 |
| HSL | 180.52º | 0.6% | 0.38% | - |
| HSV(B) | 180.52º | 0.75% | 0.6% | - |
| XYZ | 18.02 | 25.53 | 34.55 | - |
| YUV | 118.73 | 147.9 | 70.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 153 | 154 | 0.75 | 0.01 | 0 | 0.40 | 180.52 | 0.6 | 0.38 |
| Hex | 26 | 99 | 9A | 4B | 1 | 0 | 28 | B5 | 3C | 26 |
| Octal | 46 | 231 | 232 | 113 | 1 | 0 | 50 | 265 | 74 | 46 |
| Binary | 100110 | 10011001 | 10011010 | 1001011 | 1 | 0 | 101000 | 10110101 | 111100 | 100110 |
Color Harmonies of #26999A
Complementary color
Monochromatic Colors of #26999A
Black with #26999A
Text Example
Text Example
White with #26999A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26999A; }
p { color: rgb(38,153,154); }
H1.HeaderClassName
{
color: #26999A;
}
.AnyTagClassName
{
color: #26999A;
}
</style>
background-color css
<style>
a { background-color: #26999A; }
a { background-color: rgb(38,153,154); }
div.DivClassName
{
background-color: #26999A;
}
.BgClassName
{
background-color: #26999A;
}
</style>
border-color css
<style>
span { border-color: #26999A; }
span { border-color: rgb(38,153,154); }
td.TdClassName
{
border-color: #26999A;
}
.TagClassName
{
border-color: #26999A;
}
</style>