Shades of Java #269B8D
Tints of Java #269B8D
RGB
CMYK
RGB Variations
Color information
#269B8D (or 0x269B8D) is known color: Java. HEX triplet: 26, 9B and 8D. RGB value is (38,155,141). Sum of RGB (Red+Green+Blue) = 38+155+141=334 (44% of max value = 765). Red value is 38 (15.23% from 255 or 11.38% from 334); Green value is 155 (60.94% from 255 or 46.41% from 334); Blue value is 141 (55.47% from 255 or 42.22% from 334); Max value from RGB is 155 - color contains mainly: green. Hex color #269B8D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #269B8D is #D96472. Grayscale: #767676. Windows color (decimal): -14247027 or 9280294. OLE color: 9280294.
HSL color Cylindrical-coordinate representation of color #269B8D: hue angle of 172.82º 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 #269B8D is Cyan = 0.75, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 38 | 155 | 141 | - |
| CMYK | 0.75 | 0 | 0.09 | 0.39 |
| HSL | 172.82º | 0.61% | 0.38% | - |
| HSV(B) | 172.82º | 0.75% | 0.61% | - |
| XYZ | 17.33 | 25.78 | 29.26 | - |
| YUV | 118.42 | 140.74 | 70.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 155 | 141 | 0.75 | 0 | 0.09 | 0.39 | 172.82 | 0.61 | 0.38 |
| Hex | 26 | 9B | 8D | 4B | 0 | 9 | 27 | AD | 3D | 26 |
| Octal | 46 | 233 | 215 | 113 | 0 | 11 | 47 | 255 | 75 | 46 |
| Binary | 100110 | 10011011 | 10001101 | 1001011 | 0 | 1001 | 100111 | 10101101 | 111101 | 100110 |
Color Harmonies of #269B8D
Complementary color
Monochromatic Colors of #269B8D
Black with #269B8D
Text Example
Text Example
White with #269B8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #269B8D; }
p { color: rgb(38,155,141); }
H1.HeaderClassName
{
color: #269B8D;
}
.AnyTagClassName
{
color: #269B8D;
}
</style>
background-color css
<style>
a { background-color: #269B8D; }
a { background-color: rgb(38,155,141); }
div.DivClassName
{
background-color: #269B8D;
}
.BgClassName
{
background-color: #269B8D;
}
</style>
border-color css
<style>
span { border-color: #269B8D; }
span { border-color: rgb(38,155,141); }
td.TdClassName
{
border-color: #269B8D;
}
.TagClassName
{
border-color: #269B8D;
}
</style>