Shades of Java #26A69C
Tints of Java #26A69C
RGB
CMYK
RGB Variations
Color information
#26A69C (or 0x26A69C) is known color: Java. HEX triplet: 26, A6 and 9C. RGB value is (38,166,156). Sum of RGB (Red+Green+Blue) = 38+166+156=360 (47% of max value = 765). Red value is 38 (15.23% from 255 or 10.56% from 360); Green value is 166 (65.23% from 255 or 46.11% from 360); Blue value is 156 (61.33% from 255 or 43.33% from 360); Max value from RGB is 166 - color contains mainly: green. Hex color #26A69C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #26A69C is #D95963. Grayscale: #7E7E7E. Windows color (decimal): -14244196 or 10266150. OLE color: 10266150.
HSL color Cylindrical-coordinate representation of color #26A69C: hue angle of 175.31º degrees, saturation: 0.63, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #26A69C is Cyan = 0.77, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 38 | 166 | 156 | - |
| CMYK | 0.77 | 0 | 0.06 | 0.35 |
| HSL | 175.31º | 0.63% | 0.4% | - |
| HSV(B) | 175.31º | 0.77% | 0.65% | - |
| XYZ | 20.44 | 30.08 | 36.18 | - |
| YUV | 126.59 | 144.59 | 64.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 166 | 156 | 0.77 | 0 | 0.06 | 0.35 | 175.31 | 0.63 | 0.4 |
| Hex | 26 | A6 | 9C | 4D | 0 | 6 | 23 | AF | 3F | 28 |
| Octal | 46 | 246 | 234 | 115 | 0 | 6 | 43 | 257 | 77 | 50 |
| Binary | 100110 | 10100110 | 10011100 | 1001101 | 0 | 110 | 100011 | 10101111 | 111111 | 101000 |
Color Harmonies of #26A69C
Complementary color
Monochromatic Colors of #26A69C
Black with #26A69C
Text Example
Text Example
White with #26A69C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26A69C; }
p { color: rgb(38,166,156); }
H1.HeaderClassName
{
color: #26A69C;
}
.AnyTagClassName
{
color: #26A69C;
}
</style>
background-color css
<style>
a { background-color: #26A69C; }
a { background-color: rgb(38,166,156); }
div.DivClassName
{
background-color: #26A69C;
}
.BgClassName
{
background-color: #26A69C;
}
</style>
border-color css
<style>
span { border-color: #26A69C; }
span { border-color: rgb(38,166,156); }
td.TdClassName
{
border-color: #26A69C;
}
.TagClassName
{
border-color: #26A69C;
}
</style>