Shades of Java #26A09C
Tints of Java #26A09C
RGB
CMYK
RGB Variations
Color information
#26A09C (or 0x26A09C) is known color: Java. HEX triplet: 26, A0 and 9C. RGB value is (38,160,156). Sum of RGB (Red+Green+Blue) = 38+160+156=354 (46% of max value = 765). Red value is 38 (15.23% from 255 or 10.73% from 354); Green value is 160 (62.89% from 255 or 45.20% from 354); Blue value is 156 (61.33% from 255 or 44.07% from 354); Max value from RGB is 160 - color contains mainly: green. Hex color #26A09C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #26A09C is #D95F63. Grayscale: #7A7A7A. Windows color (decimal): -14245732 or 10264614. OLE color: 10264614.
HSL color Cylindrical-coordinate representation of color #26A09C: hue angle of 178.03º degrees, saturation: 0.62, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #26A09C is Cyan = 0.76, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 38 | 160 | 156 | - |
| CMYK | 0.76 | 0 | 0.02 | 0.37 |
| HSL | 178.03º | 0.62% | 0.39% | - |
| HSV(B) | 178.03º | 0.76% | 0.63% | - |
| XYZ | 19.37 | 27.95 | 35.83 | - |
| YUV | 123.07 | 146.58 | 67.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 160 | 156 | 0.76 | 0 | 0.02 | 0.37 | 178.03 | 0.62 | 0.39 |
| Hex | 26 | A0 | 9C | 4C | 0 | 2 | 25 | B2 | 3E | 27 |
| Octal | 46 | 240 | 234 | 114 | 0 | 2 | 45 | 262 | 76 | 47 |
| Binary | 100110 | 10100000 | 10011100 | 1001100 | 0 | 10 | 100101 | 10110010 | 111110 | 100111 |
Color Harmonies of #26A09C
Complementary color
Monochromatic Colors of #26A09C
Black with #26A09C
Text Example
Text Example
White with #26A09C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26A09C; }
p { color: rgb(38,160,156); }
H1.HeaderClassName
{
color: #26A09C;
}
.AnyTagClassName
{
color: #26A09C;
}
</style>
background-color css
<style>
a { background-color: #26A09C; }
a { background-color: rgb(38,160,156); }
div.DivClassName
{
background-color: #26A09C;
}
.BgClassName
{
background-color: #26A09C;
}
</style>
border-color css
<style>
span { border-color: #26A09C; }
span { border-color: rgb(38,160,156); }
td.TdClassName
{
border-color: #26A09C;
}
.TagClassName
{
border-color: #26A09C;
}
</style>