Shades of Ocean Green #45AB7E
Tints of Ocean Green #45AB7E
RGB
CMYK
RGB Variations
Color information
#45AB7E (or 0x45AB7E) is known color: Ocean Green. HEX triplet: 45, AB and 7E. RGB value is (69,171,126). Sum of RGB (Red+Green+Blue) = 69+171+126=366 (48% of max value = 765). Red value is 69 (27.34% from 255 or 18.85% from 366); Green value is 171 (67.19% from 255 or 46.72% from 366); Blue value is 126 (49.61% from 255 or 34.43% from 366); Max value from RGB is 171 - color contains mainly: green. Hex color #45AB7E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #45AB7E is #BA5481. Grayscale: #878787. Windows color (decimal): -12211330 or 8301381. OLE color: 8301381.
HSL color Cylindrical-coordinate representation of color #45AB7E: hue angle of 153.53º 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 #45AB7E is Cyan = 0.60, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 69 | 171 | 126 | - |
| CMYK | 0.60 | 0 | 0.26 | 0.33 |
| HSL | 153.53º | 0.43% | 0.47% | - |
| HSV(B) | 153.53º | 0.6% | 0.67% | - |
| XYZ | 20.78 | 31.9 | 24.8 | - |
| YUV | 135.37 | 122.71 | 80.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 171 | 126 | 0.60 | 0 | 0.26 | 0.33 | 153.53 | 0.43 | 0.47 |
| Hex | 45 | AB | 7E | 3C | 0 | 1A | 21 | 9A | 2A | 2F |
| Octal | 105 | 253 | 176 | 74 | 0 | 32 | 41 | 232 | 52 | 57 |
| Binary | 1000101 | 10101011 | 1111110 | 111100 | 0 | 11010 | 100001 | 10011010 | 101010 | 101111 |
Color Harmonies of #45AB7E
Complementary color
Monochromatic Colors of #45AB7E
Black with #45AB7E
Text Example
Text Example
White with #45AB7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45AB7E; }
p { color: rgb(69,171,126); }
H1.HeaderClassName
{
color: #45AB7E;
}
.AnyTagClassName
{
color: #45AB7E;
}
</style>
background-color css
<style>
a { background-color: #45AB7E; }
a { background-color: rgb(69,171,126); }
div.DivClassName
{
background-color: #45AB7E;
}
.BgClassName
{
background-color: #45AB7E;
}
</style>
border-color css
<style>
span { border-color: #45AB7E; }
span { border-color: rgb(69,171,126); }
td.TdClassName
{
border-color: #45AB7E;
}
.TagClassName
{
border-color: #45AB7E;
}
</style>