Shades of Java #2A8F8B
Tints of Java #2A8F8B
RGB
CMYK
RGB Variations
Color information
#2A8F8B (or 0x2A8F8B) is known color: Java. HEX triplet: 2A, 8F and 8B. RGB value is (42,143,139). Sum of RGB (Red+Green+Blue) = 42+143+139=324 (42% of max value = 765). Red value is 42 (16.80% from 255 or 12.96% from 324); Green value is 143 (56.25% from 255 or 44.14% from 324); Blue value is 139 (54.69% from 255 or 42.90% from 324); Max value from RGB is 143 - color contains mainly: green. Hex color #2A8F8B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2A8F8B is #D57074. Grayscale: #707070. Windows color (decimal): -13987957 or 9146154. OLE color: 9146154.
HSL color Cylindrical-coordinate representation of color #2A8F8B: hue angle of 177.62º degrees, saturation: 0.55, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2A8F8B is Cyan = 0.71, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 42 | 143 | 139 | - |
| CMYK | 0.71 | 0 | 0.03 | 0.44 |
| HSL | 177.62º | 0.55% | 0.36% | - |
| HSV(B) | 177.62º | 0.71% | 0.56% | - |
| XYZ | 15.44 | 22 | 27.86 | - |
| YUV | 112.35 | 143.04 | 77.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 143 | 139 | 0.71 | 0 | 0.03 | 0.44 | 177.62 | 0.55 | 0.36 |
| Hex | 2A | 8F | 8B | 47 | 0 | 3 | 2C | B2 | 37 | 24 |
| Octal | 52 | 217 | 213 | 107 | 0 | 3 | 54 | 262 | 67 | 44 |
| Binary | 101010 | 10001111 | 10001011 | 1000111 | 0 | 11 | 101100 | 10110010 | 110111 | 100100 |
Color Harmonies of #2A8F8B
Complementary color
Monochromatic Colors of #2A8F8B
Black with #2A8F8B
Text Example
Text Example
White with #2A8F8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A8F8B; }
p { color: rgb(42,143,139); }
H1.HeaderClassName
{
color: #2A8F8B;
}
.AnyTagClassName
{
color: #2A8F8B;
}
</style>
background-color css
<style>
a { background-color: #2A8F8B; }
a { background-color: rgb(42,143,139); }
div.DivClassName
{
background-color: #2A8F8B;
}
.BgClassName
{
background-color: #2A8F8B;
}
</style>
border-color css
<style>
span { border-color: #2A8F8B; }
span { border-color: rgb(42,143,139); }
td.TdClassName
{
border-color: #2A8F8B;
}
.TagClassName
{
border-color: #2A8F8B;
}
</style>