Shades of Java #26969A
Tints of Java #26969A
RGB
CMYK
RGB Variations
Color information
#26969A (or 0x26969A) is known color: Java. HEX triplet: 26, 96 and 9A. RGB value is (38,150,154). Sum of RGB (Red+Green+Blue) = 38+150+154=342 (45% of max value = 765). Red value is 38 (15.23% from 255 or 11.11% from 342); Green value is 150 (58.98% from 255 or 43.86% from 342); Blue value is 154 (60.55% from 255 or 45.03% from 342); Max value from RGB is 154 - color contains mainly: blue. Hex color #26969A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #26969A is #D96965. Grayscale: #747474. Windows color (decimal): -14248294 or 10130982. OLE color: 10130982.
HSL color Cylindrical-coordinate representation of color #26969A: hue angle of 182.07º 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 #26969A is Cyan = 0.75, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 38 | 150 | 154 | - |
| CMYK | 0.75 | 0.03 | 0 | 0.40 |
| HSL | 182.07º | 0.6% | 0.38% | - |
| HSV(B) | 182.07º | 0.75% | 0.6% | - |
| XYZ | 17.54 | 24.56 | 34.39 | - |
| YUV | 116.97 | 148.89 | 71.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 150 | 154 | 0.75 | 0.03 | 0 | 0.40 | 182.07 | 0.6 | 0.38 |
| Hex | 26 | 96 | 9A | 4B | 3 | 0 | 28 | B6 | 3C | 26 |
| Octal | 46 | 226 | 232 | 113 | 3 | 0 | 50 | 266 | 74 | 46 |
| Binary | 100110 | 10010110 | 10011010 | 1001011 | 11 | 0 | 101000 | 10110110 | 111100 | 100110 |
Color Harmonies of #26969A
Complementary color
Monochromatic Colors of #26969A
Black with #26969A
Text Example
Text Example
White with #26969A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26969A; }
p { color: rgb(38,150,154); }
H1.HeaderClassName
{
color: #26969A;
}
.AnyTagClassName
{
color: #26969A;
}
</style>
background-color css
<style>
a { background-color: #26969A; }
a { background-color: rgb(38,150,154); }
div.DivClassName
{
background-color: #26969A;
}
.BgClassName
{
background-color: #26969A;
}
</style>
border-color css
<style>
span { border-color: #26969A; }
span { border-color: rgb(38,150,154); }
td.TdClassName
{
border-color: #26969A;
}
.TagClassName
{
border-color: #26969A;
}
</style>