Shades of Ocean Green #5AAF7B
Tints of Ocean Green #5AAF7B
RGB
CMYK
RGB Variations
Color information
#5AAF7B (or 0x5AAF7B) is known color: Ocean Green. HEX triplet: 5A, AF and 7B. RGB value is (90,175,123). Sum of RGB (Red+Green+Blue) = 90+175+123=388 (51% of max value = 765). Red value is 90 (35.55% from 255 or 23.20% from 388); Green value is 175 (68.75% from 255 or 45.10% from 388); Blue value is 123 (48.44% from 255 or 31.70% from 388); Max value from RGB is 175 - color contains mainly: green. Hex color #5AAF7B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5AAF7B is #A55084. Grayscale: #8F8F8F. Windows color (decimal): -10834053 or 8105818. OLE color: 8105818.
HSL color Cylindrical-coordinate representation of color #5AAF7B: hue angle of 143.29º 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 #5AAF7B is Cyan = 0.49, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 90 | 175 | 123 | - |
| CMYK | 0.49 | 0 | 0.30 | 0.31 |
| HSL | 143.29º | 0.35% | 0.52% | - |
| HSV(B) | 143.29º | 0.49% | 0.69% | - |
| XYZ | 23.12 | 34.26 | 24.13 | - |
| YUV | 143.66 | 116.34 | 89.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 175 | 123 | 0.49 | 0 | 0.30 | 0.31 | 143.29 | 0.35 | 0.52 |
| Hex | 5A | AF | 7B | 31 | 0 | 1E | 1F | 8F | 23 | 34 |
| Octal | 132 | 257 | 173 | 61 | 0 | 36 | 37 | 217 | 43 | 64 |
| Binary | 1011010 | 10101111 | 1111011 | 110001 | 0 | 11110 | 11111 | 10001111 | 100011 | 110100 |
Color Harmonies of #5AAF7B
Complementary color
Monochromatic Colors of #5AAF7B
Black with #5AAF7B
Text Example
Text Example
White with #5AAF7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AAF7B; }
p { color: rgb(90,175,123); }
H1.HeaderClassName
{
color: #5AAF7B;
}
.AnyTagClassName
{
color: #5AAF7B;
}
</style>
background-color css
<style>
a { background-color: #5AAF7B; }
a { background-color: rgb(90,175,123); }
div.DivClassName
{
background-color: #5AAF7B;
}
.BgClassName
{
background-color: #5AAF7B;
}
</style>
border-color css
<style>
span { border-color: #5AAF7B; }
span { border-color: rgb(90,175,123); }
td.TdClassName
{
border-color: #5AAF7B;
}
.TagClassName
{
border-color: #5AAF7B;
}
</style>