Shades of Ocean Green #42AA73
Tints of Ocean Green #42AA73
RGB
CMYK
RGB Variations
Color information
#42AA73 (or 0x42AA73) is known color: Ocean Green. HEX triplet: 42, AA and 73. RGB value is (66,170,115). Sum of RGB (Red+Green+Blue) = 66+170+115=351 (46% of max value = 765). Red value is 66 (26.17% from 255 or 18.80% from 351); Green value is 170 (66.80% from 255 or 48.43% from 351); Blue value is 115 (45.31% from 255 or 32.76% from 351); Max value from RGB is 170 - color contains mainly: green. Hex color #42AA73 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42AA73 is #BD558C. Grayscale: #848484. Windows color (decimal): -12408205 or 7580226. OLE color: 7580226.
HSL color Cylindrical-coordinate representation of color #42AA73: hue angle of 148.27º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #42AA73 is Cyan = 0.61, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 66 | 170 | 115 | - |
| CMYK | 0.61 | 0 | 0.32 | 0.33 |
| HSL | 148.27º | 0.44% | 0.46% | - |
| HSV(B) | 148.27º | 0.61% | 0.67% | - |
| XYZ | 19.72 | 31.15 | 21.19 | - |
| YUV | 132.63 | 118.04 | 80.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 170 | 115 | 0.61 | 0 | 0.32 | 0.33 | 148.27 | 0.44 | 0.46 |
| Hex | 42 | AA | 73 | 3D | 0 | 20 | 21 | 94 | 2C | 2E |
| Octal | 102 | 252 | 163 | 75 | 0 | 40 | 41 | 224 | 54 | 56 |
| Binary | 1000010 | 10101010 | 1110011 | 111101 | 0 | 100000 | 100001 | 10010100 | 101100 | 101110 |
Color Harmonies of #42AA73
Complementary color
Monochromatic Colors of #42AA73
Black with #42AA73
Text Example
Text Example
White with #42AA73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42AA73; }
p { color: rgb(66,170,115); }
H1.HeaderClassName
{
color: #42AA73;
}
.AnyTagClassName
{
color: #42AA73;
}
</style>
background-color css
<style>
a { background-color: #42AA73; }
a { background-color: rgb(66,170,115); }
div.DivClassName
{
background-color: #42AA73;
}
.BgClassName
{
background-color: #42AA73;
}
</style>
border-color css
<style>
span { border-color: #42AA73; }
span { border-color: rgb(66,170,115); }
td.TdClassName
{
border-color: #42AA73;
}
.TagClassName
{
border-color: #42AA73;
}
</style>