Shades of Ocean Green #41A87A
Tints of Ocean Green #41A87A
RGB
CMYK
RGB Variations
Color information
#41A87A (or 0x41A87A) is known color: Ocean Green. HEX triplet: 41, A8 and 7A. RGB value is (65,168,122). Sum of RGB (Red+Green+Blue) = 65+168+122=355 (47% of max value = 765). Red value is 65 (25.78% from 255 or 18.31% from 355); Green value is 168 (66.02% from 255 or 47.32% from 355); Blue value is 122 (48.05% from 255 or 34.37% from 355); Max value from RGB is 168 - color contains mainly: green. Hex color #41A87A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #41A87A is #BE5785. Grayscale: #848484. Windows color (decimal): -12474246 or 8038465. OLE color: 8038465.
HSL color Cylindrical-coordinate representation of color #41A87A: hue angle of 153.2º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #41A87A is Cyan = 0.61, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 65 | 168 | 122 | - |
| CMYK | 0.61 | 0 | 0.27 | 0.34 |
| HSL | 153.2º | 0.44% | 0.46% | - |
| HSV(B) | 153.2º | 0.61% | 0.66% | - |
| XYZ | 19.7 | 30.53 | 23.27 | - |
| YUV | 131.96 | 122.38 | 80.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 168 | 122 | 0.61 | 0 | 0.27 | 0.34 | 153.2 | 0.44 | 0.46 |
| Hex | 41 | A8 | 7A | 3D | 0 | 1B | 22 | 99 | 2C | 2E |
| Octal | 101 | 250 | 172 | 75 | 0 | 33 | 42 | 231 | 54 | 56 |
| Binary | 1000001 | 10101000 | 1111010 | 111101 | 0 | 11011 | 100010 | 10011001 | 101100 | 101110 |
Color Harmonies of #41A87A
Complementary color
Monochromatic Colors of #41A87A
Black with #41A87A
Text Example
Text Example
White with #41A87A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41A87A; }
p { color: rgb(65,168,122); }
H1.HeaderClassName
{
color: #41A87A;
}
.AnyTagClassName
{
color: #41A87A;
}
</style>
background-color css
<style>
a { background-color: #41A87A; }
a { background-color: rgb(65,168,122); }
div.DivClassName
{
background-color: #41A87A;
}
.BgClassName
{
background-color: #41A87A;
}
</style>
border-color css
<style>
span { border-color: #41A87A; }
span { border-color: rgb(65,168,122); }
td.TdClassName
{
border-color: #41A87A;
}
.TagClassName
{
border-color: #41A87A;
}
</style>