Shades of Ocean Green #42AA6B
Tints of Ocean Green #42AA6B
RGB
CMYK
RGB Variations
Color information
#42AA6B (or 0x42AA6B) is known color: Ocean Green. HEX triplet: 42, AA and 6B. RGB value is (66,170,107). Sum of RGB (Red+Green+Blue) = 66+170+107=343 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.24% from 343); Green value is 170 (66.80% from 255 or 49.56% from 343); Blue value is 107 (42.19% from 255 or 31.20% from 343); Max value from RGB is 170 - color contains mainly: green. Hex color #42AA6B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42AA6B is #BD5594. Grayscale: #838383. Windows color (decimal): -12408213 or 7055938. OLE color: 7055938.
HSL color Cylindrical-coordinate representation of color #42AA6B: hue angle of 143.65º 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 #42AA6B is Cyan = 0.61, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 66 | 170 | 107 | - |
| CMYK | 0.61 | 0 | 0.37 | 0.33 |
| HSL | 143.65º | 0.44% | 0.46% | - |
| HSV(B) | 143.65º | 0.61% | 0.67% | - |
| XYZ | 19.28 | 30.97 | 18.87 | - |
| YUV | 131.72 | 114.04 | 81.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 170 | 107 | 0.61 | 0 | 0.37 | 0.33 | 143.65 | 0.44 | 0.46 |
| Hex | 42 | AA | 6B | 3D | 0 | 25 | 21 | 90 | 2C | 2E |
| Octal | 102 | 252 | 153 | 75 | 0 | 45 | 41 | 220 | 54 | 56 |
| Binary | 1000010 | 10101010 | 1101011 | 111101 | 0 | 100101 | 100001 | 10010000 | 101100 | 101110 |
Color Harmonies of #42AA6B
Complementary color
Monochromatic Colors of #42AA6B
Black with #42AA6B
Text Example
Text Example
White with #42AA6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42AA6B; }
p { color: rgb(66,170,107); }
H1.HeaderClassName
{
color: #42AA6B;
}
.AnyTagClassName
{
color: #42AA6B;
}
</style>
background-color css
<style>
a { background-color: #42AA6B; }
a { background-color: rgb(66,170,107); }
div.DivClassName
{
background-color: #42AA6B;
}
.BgClassName
{
background-color: #42AA6B;
}
</style>
border-color css
<style>
span { border-color: #42AA6B; }
span { border-color: rgb(66,170,107); }
td.TdClassName
{
border-color: #42AA6B;
}
.TagClassName
{
border-color: #42AA6B;
}
</style>