Shades of Ocean Green #45AC7D
Tints of Ocean Green #45AC7D
RGB
CMYK
RGB Variations
Color information
#45AC7D (or 0x45AC7D) is known color: Ocean Green. HEX triplet: 45, AC and 7D. RGB value is (69,172,125). Sum of RGB (Red+Green+Blue) = 69+172+125=366 (48% of max value = 765). Red value is 69 (27.34% from 255 or 18.85% from 366); Green value is 172 (67.58% from 255 or 46.99% from 366); Blue value is 125 (49.22% from 255 or 34.15% from 366); Max value from RGB is 172 - color contains mainly: green. Hex color #45AC7D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #45AC7D is #BA5382. Grayscale: #878787. Windows color (decimal): -12211075 or 8236101. OLE color: 8236101.
HSL color Cylindrical-coordinate representation of color #45AC7D: hue angle of 152.62º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #45AC7D is Cyan = 0.60, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 69 | 172 | 125 | - |
| CMYK | 0.60 | 0 | 0.27 | 0.33 |
| HSL | 152.62º | 0.43% | 0.47% | - |
| HSV(B) | 152.62º | 0.6% | 0.67% | - |
| XYZ | 20.91 | 32.25 | 24.53 | - |
| YUV | 135.85 | 121.88 | 80.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 172 | 125 | 0.60 | 0 | 0.27 | 0.33 | 152.62 | 0.43 | 0.47 |
| Hex | 45 | AC | 7D | 3C | 0 | 1B | 21 | 99 | 2B | 2F |
| Octal | 105 | 254 | 175 | 74 | 0 | 33 | 41 | 231 | 53 | 57 |
| Binary | 1000101 | 10101100 | 1111101 | 111100 | 0 | 11011 | 100001 | 10011001 | 101011 | 101111 |
Color Harmonies of #45AC7D
Complementary color
Monochromatic Colors of #45AC7D
Black with #45AC7D
Text Example
Text Example
White with #45AC7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45AC7D; }
p { color: rgb(69,172,125); }
H1.HeaderClassName
{
color: #45AC7D;
}
.AnyTagClassName
{
color: #45AC7D;
}
</style>
background-color css
<style>
a { background-color: #45AC7D; }
a { background-color: rgb(69,172,125); }
div.DivClassName
{
background-color: #45AC7D;
}
.BgClassName
{
background-color: #45AC7D;
}
</style>
border-color css
<style>
span { border-color: #45AC7D; }
span { border-color: rgb(69,172,125); }
td.TdClassName
{
border-color: #45AC7D;
}
.TagClassName
{
border-color: #45AC7D;
}
</style>