Shades of Ocean Green #45AA81
Tints of Ocean Green #45AA81
RGB
CMYK
RGB Variations
Color information
#45AA81 (or 0x45AA81) is known color: Ocean Green. HEX triplet: 45, AA and 81. RGB value is (69,170,129). Sum of RGB (Red+Green+Blue) = 69+170+129=368 (48% of max value = 765). Red value is 69 (27.34% from 255 or 18.75% from 368); Green value is 170 (66.80% from 255 or 46.20% from 368); Blue value is 129 (50.78% from 255 or 35.05% from 368); Max value from RGB is 170 - color contains mainly: green. Hex color #45AA81 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #45AA81 is #BA557E. Grayscale: #878787. Windows color (decimal): -12211583 or 8497733. OLE color: 8497733.
HSL color Cylindrical-coordinate representation of color #45AA81: hue angle of 155.64º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #45AA81 is Cyan = 0.59, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 69 | 170 | 129 | - |
| CMYK | 0.59 | 0 | 0.24 | 0.33 |
| HSL | 155.64º | 0.42% | 0.47% | - |
| HSV(B) | 155.64º | 0.59% | 0.67% | - |
| XYZ | 20.79 | 31.6 | 25.77 | - |
| YUV | 135.13 | 124.54 | 80.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 170 | 129 | 0.59 | 0 | 0.24 | 0.33 | 155.64 | 0.42 | 0.47 |
| Hex | 45 | AA | 81 | 3B | 0 | 18 | 21 | 9C | 2A | 2F |
| Octal | 105 | 252 | 201 | 73 | 0 | 30 | 41 | 234 | 52 | 57 |
| Binary | 1000101 | 10101010 | 10000001 | 111011 | 0 | 11000 | 100001 | 10011100 | 101010 | 101111 |
Color Harmonies of #45AA81
Complementary color
Monochromatic Colors of #45AA81
Black with #45AA81
Text Example
Text Example
White with #45AA81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45AA81; }
p { color: rgb(69,170,129); }
H1.HeaderClassName
{
color: #45AA81;
}
.AnyTagClassName
{
color: #45AA81;
}
</style>
background-color css
<style>
a { background-color: #45AA81; }
a { background-color: rgb(69,170,129); }
div.DivClassName
{
background-color: #45AA81;
}
.BgClassName
{
background-color: #45AA81;
}
</style>
border-color css
<style>
span { border-color: #45AA81; }
span { border-color: rgb(69,170,129); }
td.TdClassName
{
border-color: #45AA81;
}
.TagClassName
{
border-color: #45AA81;
}
</style>