Shades of Java #26A09B
Tints of Java #26A09B
RGB
CMYK
RGB Variations
Color information
#26A09B (or 0x26A09B) is known color: Java. HEX triplet: 26, A0 and 9B. RGB value is (38,160,155). Sum of RGB (Red+Green+Blue) = 38+160+155=353 (46% of max value = 765). Red value is 38 (15.23% from 255 or 10.76% from 353); Green value is 160 (62.89% from 255 or 45.33% from 353); Blue value is 155 (60.94% from 255 or 43.91% from 353); Max value from RGB is 160 - color contains mainly: green. Hex color #26A09B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #26A09B is #D95F64. Grayscale: #7A7A7A. Windows color (decimal): -14245733 or 10199078. OLE color: 10199078.
HSL color Cylindrical-coordinate representation of color #26A09B: hue angle of 177.54º 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 #26A09B is Cyan = 0.76, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 38 | 160 | 155 | - |
| CMYK | 0.76 | 0 | 0.03 | 0.37 |
| HSL | 177.54º | 0.62% | 0.39% | - |
| HSV(B) | 177.54º | 0.76% | 0.63% | - |
| XYZ | 19.29 | 27.92 | 35.38 | - |
| YUV | 122.95 | 146.08 | 67.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 160 | 155 | 0.76 | 0 | 0.03 | 0.37 | 177.54 | 0.62 | 0.39 |
| Hex | 26 | A0 | 9B | 4C | 0 | 3 | 25 | B2 | 3E | 27 |
| Octal | 46 | 240 | 233 | 114 | 0 | 3 | 45 | 262 | 76 | 47 |
| Binary | 100110 | 10100000 | 10011011 | 1001100 | 0 | 11 | 100101 | 10110010 | 111110 | 100111 |
Color Harmonies of #26A09B
Complementary color
Monochromatic Colors of #26A09B
Black with #26A09B
Text Example
Text Example
White with #26A09B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26A09B; }
p { color: rgb(38,160,155); }
H1.HeaderClassName
{
color: #26A09B;
}
.AnyTagClassName
{
color: #26A09B;
}
</style>
background-color css
<style>
a { background-color: #26A09B; }
a { background-color: rgb(38,160,155); }
div.DivClassName
{
background-color: #26A09B;
}
.BgClassName
{
background-color: #26A09B;
}
</style>
border-color css
<style>
span { border-color: #26A09B; }
span { border-color: rgb(38,160,155); }
td.TdClassName
{
border-color: #26A09B;
}
.TagClassName
{
border-color: #26A09B;
}
</style>