Shades of Ocean Green #45AB7D
Tints of Ocean Green #45AB7D
RGB
CMYK
RGB Variations
Color information
#45AB7D (or 0x45AB7D) is known color: Ocean Green. HEX triplet: 45, AB and 7D. RGB value is (69,171,125). Sum of RGB (Red+Green+Blue) = 69+171+125=365 (48% of max value = 765). Red value is 69 (27.34% from 255 or 18.90% from 365); Green value is 171 (67.19% from 255 or 46.85% from 365); Blue value is 125 (49.22% from 255 or 34.25% from 365); Max value from RGB is 171 - color contains mainly: green. Hex color #45AB7D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #45AB7D is #BA5482. Grayscale: #878787. Windows color (decimal): -12211331 or 8235845. OLE color: 8235845.
HSL color Cylindrical-coordinate representation of color #45AB7D: hue angle of 152.94º 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 #45AB7D is Cyan = 0.60, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 69 | 171 | 125 | - |
| CMYK | 0.60 | 0 | 0.27 | 0.33 |
| HSL | 152.94º | 0.43% | 0.47% | - |
| HSV(B) | 152.94º | 0.6% | 0.67% | - |
| XYZ | 20.72 | 31.87 | 24.46 | - |
| YUV | 135.26 | 122.21 | 80.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 171 | 125 | 0.60 | 0 | 0.27 | 0.33 | 152.94 | 0.43 | 0.47 |
| Hex | 45 | AB | 7D | 3C | 0 | 1B | 21 | 99 | 2A | 2F |
| Octal | 105 | 253 | 175 | 74 | 0 | 33 | 41 | 231 | 52 | 57 |
| Binary | 1000101 | 10101011 | 1111101 | 111100 | 0 | 11011 | 100001 | 10011001 | 101010 | 101111 |
Color Harmonies of #45AB7D
Complementary color
Monochromatic Colors of #45AB7D
Black with #45AB7D
Text Example
Text Example
White with #45AB7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45AB7D; }
p { color: rgb(69,171,125); }
H1.HeaderClassName
{
color: #45AB7D;
}
.AnyTagClassName
{
color: #45AB7D;
}
</style>
background-color css
<style>
a { background-color: #45AB7D; }
a { background-color: rgb(69,171,125); }
div.DivClassName
{
background-color: #45AB7D;
}
.BgClassName
{
background-color: #45AB7D;
}
</style>
border-color css
<style>
span { border-color: #45AB7D; }
span { border-color: rgb(69,171,125); }
td.TdClassName
{
border-color: #45AB7D;
}
.TagClassName
{
border-color: #45AB7D;
}
</style>