Shades of Java #2BA0A5
Tints of Java #2BA0A5
RGB
CMYK
RGB Variations
Color information
#2BA0A5 (or 0x2BA0A5) is known color: Java. HEX triplet: 2B, A0 and A5. RGB value is (43,160,165). Sum of RGB (Red+Green+Blue) = 43+160+165=368 (48% of max value = 765). Red value is 43 (17.19% from 255 or 11.68% from 368); Green value is 160 (62.89% from 255 or 43.48% from 368); Blue value is 165 (64.84% from 255 or 44.84% from 368); Max value from RGB is 165 - color contains mainly: blue. Hex color #2BA0A5 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2BA0A5 is #D45F5A. Grayscale: #7D7D7D. Windows color (decimal): -13918043 or 10854443. OLE color: 10854443.
HSL color Cylindrical-coordinate representation of color #2BA0A5: hue angle of 182.46º degrees, saturation: 0.59, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2BA0A5 is Cyan = 0.74, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 43 | 160 | 165 | - |
| CMYK | 0.74 | 0.03 | 0 | 0.35 |
| HSL | 182.46º | 0.59% | 0.41% | - |
| HSV(B) | 182.46º | 0.74% | 0.65% | - |
| XYZ | 20.36 | 28.37 | 40 | - |
| YUV | 125.59 | 150.24 | 69.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 160 | 165 | 0.74 | 0.03 | 0 | 0.35 | 182.46 | 0.59 | 0.41 |
| Hex | 2B | A0 | A5 | 4A | 3 | 0 | 23 | B6 | 3B | 29 |
| Octal | 53 | 240 | 245 | 112 | 3 | 0 | 43 | 266 | 73 | 51 |
| Binary | 101011 | 10100000 | 10100101 | 1001010 | 11 | 0 | 100011 | 10110110 | 111011 | 101001 |
Color Harmonies of #2BA0A5
Complementary color
Monochromatic Colors of #2BA0A5
Black with #2BA0A5
Text Example
Text Example
White with #2BA0A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BA0A5; }
p { color: rgb(43,160,165); }
H1.HeaderClassName
{
color: #2BA0A5;
}
.AnyTagClassName
{
color: #2BA0A5;
}
</style>
background-color css
<style>
a { background-color: #2BA0A5; }
a { background-color: rgb(43,160,165); }
div.DivClassName
{
background-color: #2BA0A5;
}
.BgClassName
{
background-color: #2BA0A5;
}
</style>
border-color css
<style>
span { border-color: #2BA0A5; }
span { border-color: rgb(43,160,165); }
td.TdClassName
{
border-color: #2BA0A5;
}
.TagClassName
{
border-color: #2BA0A5;
}
</style>