Shades of Ocean Green #45AD66
Tints of Ocean Green #45AD66
RGB
CMYK
RGB Variations
Color information
#45AD66 (or 0x45AD66) is known color: Ocean Green. HEX triplet: 45, AD and 66. RGB value is (69,173,102). Sum of RGB (Red+Green+Blue) = 69+173+102=344 (45% of max value = 765). Red value is 69 (27.34% from 255 or 20.06% from 344); Green value is 173 (67.97% from 255 or 50.29% from 344); Blue value is 102 (40.23% from 255 or 29.65% from 344); Max value from RGB is 173 - color contains mainly: green. Hex color #45AD66 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #45AD66 is #BA5299. Grayscale: #858585. Windows color (decimal): -12210842 or 6729029. OLE color: 6729029.
HSL color Cylindrical-coordinate representation of color #45AD66: hue angle of 139.04º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #45AD66 is Cyan = 0.60, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 69 | 173 | 102 | - |
| CMYK | 0.60 | 0 | 0.41 | 0.32 |
| HSL | 139.04º | 0.43% | 0.47% | - |
| HSV(B) | 139.04º | 0.6% | 0.68% | - |
| XYZ | 19.8 | 32.11 | 17.73 | - |
| YUV | 133.81 | 110.04 | 81.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 173 | 102 | 0.60 | 0 | 0.41 | 0.32 | 139.04 | 0.43 | 0.47 |
| Hex | 45 | AD | 66 | 3C | 0 | 29 | 20 | 8B | 2B | 2F |
| Octal | 105 | 255 | 146 | 74 | 0 | 51 | 40 | 213 | 53 | 57 |
| Binary | 1000101 | 10101101 | 1100110 | 111100 | 0 | 101001 | 100000 | 10001011 | 101011 | 101111 |
Color Harmonies of #45AD66
Complementary color
Monochromatic Colors of #45AD66
Black with #45AD66
Text Example
Text Example
White with #45AD66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45AD66; }
p { color: rgb(69,173,102); }
H1.HeaderClassName
{
color: #45AD66;
}
.AnyTagClassName
{
color: #45AD66;
}
</style>
background-color css
<style>
a { background-color: #45AD66; }
a { background-color: rgb(69,173,102); }
div.DivClassName
{
background-color: #45AD66;
}
.BgClassName
{
background-color: #45AD66;
}
</style>
border-color css
<style>
span { border-color: #45AD66; }
span { border-color: rgb(69,173,102); }
td.TdClassName
{
border-color: #45AD66;
}
.TagClassName
{
border-color: #45AD66;
}
</style>