Shades of Java #2699A0
Tints of Java #2699A0
RGB
CMYK
RGB Variations
Color information
#2699A0 (or 0x2699A0) is known color: Java. HEX triplet: 26, 99 and A0. RGB value is (38,153,160). Sum of RGB (Red+Green+Blue) = 38+153+160=351 (46% of max value = 765). Red value is 38 (15.23% from 255 or 10.83% from 351); Green value is 153 (60.16% from 255 or 43.59% from 351); Blue value is 160 (62.89% from 255 or 45.58% from 351); Max value from RGB is 160 - color contains mainly: blue. Hex color #2699A0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2699A0 is #D9665F. Grayscale: #777777. Windows color (decimal): -14247520 or 10524966. OLE color: 10524966.
HSL color Cylindrical-coordinate representation of color #2699A0: hue angle of 183.44º 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 #2699A0 is Cyan = 0.76, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 38 | 153 | 160 | - |
| CMYK | 0.76 | 0.04 | 0 | 0.37 |
| HSL | 183.44º | 0.62% | 0.39% | - |
| HSV(B) | 183.44º | 0.76% | 0.63% | - |
| XYZ | 18.54 | 25.73 | 37.25 | - |
| YUV | 119.41 | 150.9 | 69.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 153 | 160 | 0.76 | 0.04 | 0 | 0.37 | 183.44 | 0.62 | 0.39 |
| Hex | 26 | 99 | A0 | 4C | 4 | 0 | 25 | B7 | 3E | 27 |
| Octal | 46 | 231 | 240 | 114 | 4 | 0 | 45 | 267 | 76 | 47 |
| Binary | 100110 | 10011001 | 10100000 | 1001100 | 100 | 0 | 100101 | 10110111 | 111110 | 100111 |
Color Harmonies of #2699A0
Complementary color
Monochromatic Colors of #2699A0
Black with #2699A0
Text Example
Text Example
White with #2699A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2699A0; }
p { color: rgb(38,153,160); }
H1.HeaderClassName
{
color: #2699A0;
}
.AnyTagClassName
{
color: #2699A0;
}
</style>
background-color css
<style>
a { background-color: #2699A0; }
a { background-color: rgb(38,153,160); }
div.DivClassName
{
background-color: #2699A0;
}
.BgClassName
{
background-color: #2699A0;
}
</style>
border-color css
<style>
span { border-color: #2699A0; }
span { border-color: rgb(38,153,160); }
td.TdClassName
{
border-color: #2699A0;
}
.TagClassName
{
border-color: #2699A0;
}
</style>