Shades of Ocean Green #5AB07A
Tints of Ocean Green #5AB07A
RGB
CMYK
RGB Variations
Color information
#5AB07A (or 0x5AB07A) is known color: Ocean Green. HEX triplet: 5A, B0 and 7A. RGB value is (90,176,122). Sum of RGB (Red+Green+Blue) = 90+176+122=388 (51% of max value = 765). Red value is 90 (35.55% from 255 or 23.20% from 388); Green value is 176 (69.14% from 255 or 45.36% from 388); Blue value is 122 (48.05% from 255 or 31.44% from 388); Max value from RGB is 176 - color contains mainly: green. Hex color #5AB07A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5AB07A is #A54F85. Grayscale: #909090. Windows color (decimal): -10833798 or 8040538. OLE color: 8040538.
HSL color Cylindrical-coordinate representation of color #5AB07A: hue angle of 142.33º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5AB07A is Cyan = 0.49, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 90 | 176 | 122 | - |
| CMYK | 0.49 | 0 | 0.31 | 0.31 |
| HSL | 142.33º | 0.35% | 0.52% | - |
| HSV(B) | 142.33º | 0.49% | 0.69% | - |
| XYZ | 23.25 | 34.63 | 23.87 | - |
| YUV | 144.13 | 115.51 | 89.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 176 | 122 | 0.49 | 0 | 0.31 | 0.31 | 142.33 | 0.35 | 0.52 |
| Hex | 5A | B0 | 7A | 31 | 0 | 1F | 1F | 8E | 23 | 34 |
| Octal | 132 | 260 | 172 | 61 | 0 | 37 | 37 | 216 | 43 | 64 |
| Binary | 1011010 | 10110000 | 1111010 | 110001 | 0 | 11111 | 11111 | 10001110 | 100011 | 110100 |
Color Harmonies of #5AB07A
Complementary color
Monochromatic Colors of #5AB07A
Black with #5AB07A
Text Example
Text Example
White with #5AB07A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AB07A; }
p { color: rgb(90,176,122); }
H1.HeaderClassName
{
color: #5AB07A;
}
.AnyTagClassName
{
color: #5AB07A;
}
</style>
background-color css
<style>
a { background-color: #5AB07A; }
a { background-color: rgb(90,176,122); }
div.DivClassName
{
background-color: #5AB07A;
}
.BgClassName
{
background-color: #5AB07A;
}
</style>
border-color css
<style>
span { border-color: #5AB07A; }
span { border-color: rgb(90,176,122); }
td.TdClassName
{
border-color: #5AB07A;
}
.TagClassName
{
border-color: #5AB07A;
}
</style>