Shades of Ocean Green #40A078
Tints of Ocean Green #40A078
RGB
CMYK
RGB Variations
Color information
#40A078 (or 0x40A078) is known color: Ocean Green. HEX triplet: 40, A0 and 78. RGB value is (64,160,120). Sum of RGB (Red+Green+Blue) = 64+160+120=344 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.60% from 344); Green value is 160 (62.89% from 255 or 46.51% from 344); Blue value is 120 (47.27% from 255 or 34.88% from 344); Max value from RGB is 160 - color contains mainly: green. Hex color #40A078 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40A078 is #BF5F87. Grayscale: #7E7E7E. Windows color (decimal): -12541832 or 7905344. OLE color: 7905344.
HSL color Cylindrical-coordinate representation of color #40A078: hue angle of 155º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #40A078 is Cyan = 0.6, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 64 | 160 | 120 | - |
| CMYK | 0.6 | 0 | 0.25 | 0.37 |
| HSL | 155º | 0.43% | 0.44% | - |
| HSV(B) | 155º | 0.6% | 0.63% | - |
| XYZ | 18.08 | 27.59 | 22.14 | - |
| YUV | 126.74 | 124.2 | 83.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 160 | 120 | 0.6 | 0 | 0.25 | 0.37 | 155 | 0.43 | 0.44 |
| Hex | 40 | A0 | 78 | 3C | 0 | 19 | 25 | 9B | 2B | 2C |
| Octal | 100 | 240 | 170 | 74 | 0 | 31 | 45 | 233 | 53 | 54 |
| Binary | 1000000 | 10100000 | 1111000 | 111100 | 0 | 11001 | 100101 | 10011011 | 101011 | 101100 |
Color Harmonies of #40A078
Complementary color
Monochromatic Colors of #40A078
Black with #40A078
Text Example
Text Example
White with #40A078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40A078; }
p { color: rgb(64,160,120); }
H1.HeaderClassName
{
color: #40A078;
}
.AnyTagClassName
{
color: #40A078;
}
</style>
background-color css
<style>
a { background-color: #40A078; }
a { background-color: rgb(64,160,120); }
div.DivClassName
{
background-color: #40A078;
}
.BgClassName
{
background-color: #40A078;
}
</style>
border-color css
<style>
span { border-color: #40A078; }
span { border-color: rgb(64,160,120); }
td.TdClassName
{
border-color: #40A078;
}
.TagClassName
{
border-color: #40A078;
}
</style>