Shades of Java #269B8F
Tints of Java #269B8F
RGB
CMYK
RGB Variations
Color information
#269B8F (or 0x269B8F) is known color: Java. HEX triplet: 26, 9B and 8F. RGB value is (38,155,143). Sum of RGB (Red+Green+Blue) = 38+155+143=336 (44% of max value = 765). Red value is 38 (15.23% from 255 or 11.31% from 336); Green value is 155 (60.94% from 255 or 46.13% from 336); Blue value is 143 (56.25% from 255 or 42.56% from 336); Max value from RGB is 155 - color contains mainly: green. Hex color #269B8F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #269B8F is #D96470. Grayscale: #767676. Windows color (decimal): -14247025 or 9411366. OLE color: 9411366.
HSL color Cylindrical-coordinate representation of color #269B8F: hue angle of 173.85º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #269B8F is Cyan = 0.75, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 38 | 155 | 143 | - |
| CMYK | 0.75 | 0 | 0.08 | 0.39 |
| HSL | 173.85º | 0.61% | 0.38% | - |
| HSV(B) | 173.85º | 0.75% | 0.61% | - |
| XYZ | 17.48 | 25.84 | 30.05 | - |
| YUV | 118.65 | 141.74 | 70.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 155 | 143 | 0.75 | 0 | 0.08 | 0.39 | 173.85 | 0.61 | 0.38 |
| Hex | 26 | 9B | 8F | 4B | 0 | 8 | 27 | AE | 3D | 26 |
| Octal | 46 | 233 | 217 | 113 | 0 | 10 | 47 | 256 | 75 | 46 |
| Binary | 100110 | 10011011 | 10001111 | 1001011 | 0 | 1000 | 100111 | 10101110 | 111101 | 100110 |
Color Harmonies of #269B8F
Complementary color
Monochromatic Colors of #269B8F
Black with #269B8F
Text Example
Text Example
White with #269B8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #269B8F; }
p { color: rgb(38,155,143); }
H1.HeaderClassName
{
color: #269B8F;
}
.AnyTagClassName
{
color: #269B8F;
}
</style>
background-color css
<style>
a { background-color: #269B8F; }
a { background-color: rgb(38,155,143); }
div.DivClassName
{
background-color: #269B8F;
}
.BgClassName
{
background-color: #269B8F;
}
</style>
border-color css
<style>
span { border-color: #269B8F; }
span { border-color: rgb(38,155,143); }
td.TdClassName
{
border-color: #269B8F;
}
.TagClassName
{
border-color: #269B8F;
}
</style>