Shades of Java #269A8F
Tints of Java #269A8F
RGB
CMYK
RGB Variations
Color information
#269A8F (or 0x269A8F) is known color: Java. HEX triplet: 26, 9A and 8F. RGB value is (38,154,143). Sum of RGB (Red+Green+Blue) = 38+154+143=335 (44% of max value = 765). Red value is 38 (15.23% from 255 or 11.34% from 335); Green value is 154 (60.55% from 255 or 45.97% from 335); Blue value is 143 (56.25% from 255 or 42.69% from 335); Max value from RGB is 154 - color contains mainly: green. Hex color #269A8F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #269A8F is #D96570. Grayscale: #757575. Windows color (decimal): -14247281 or 9411110. OLE color: 9411110.
HSL color Cylindrical-coordinate representation of color #269A8F: hue angle of 174.31º 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 #269A8F is Cyan = 0.75, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 38 | 154 | 143 | - |
| CMYK | 0.75 | 0 | 0.07 | 0.40 |
| HSL | 174.31º | 0.6% | 0.38% | - |
| HSV(B) | 174.31º | 0.75% | 0.6% | - |
| XYZ | 17.31 | 25.51 | 30 | - |
| YUV | 118.06 | 142.07 | 70.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 154 | 143 | 0.75 | 0 | 0.07 | 0.40 | 174.31 | 0.6 | 0.38 |
| Hex | 26 | 9A | 8F | 4B | 0 | 7 | 28 | AE | 3C | 26 |
| Octal | 46 | 232 | 217 | 113 | 0 | 7 | 50 | 256 | 74 | 46 |
| Binary | 100110 | 10011010 | 10001111 | 1001011 | 0 | 111 | 101000 | 10101110 | 111100 | 100110 |
Color Harmonies of #269A8F
Complementary color
Monochromatic Colors of #269A8F
Black with #269A8F
Text Example
Text Example
White with #269A8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #269A8F; }
p { color: rgb(38,154,143); }
H1.HeaderClassName
{
color: #269A8F;
}
.AnyTagClassName
{
color: #269A8F;
}
</style>
background-color css
<style>
a { background-color: #269A8F; }
a { background-color: rgb(38,154,143); }
div.DivClassName
{
background-color: #269A8F;
}
.BgClassName
{
background-color: #269A8F;
}
</style>
border-color css
<style>
span { border-color: #269A8F; }
span { border-color: rgb(38,154,143); }
td.TdClassName
{
border-color: #269A8F;
}
.TagClassName
{
border-color: #269A8F;
}
</style>