Shades of Ocean Green #5A9B7A
Tints of Ocean Green #5A9B7A
RGB
CMYK
RGB Variations
Color information
#5A9B7A (or 0x5A9B7A) is known color: Ocean Green. HEX triplet: 5A, 9B and 7A. RGB value is (90,155,122). Sum of RGB (Red+Green+Blue) = 90+155+122=367 (48% of max value = 765). Red value is 90 (35.55% from 255 or 24.52% from 367); Green value is 155 (60.94% from 255 or 42.23% from 367); Blue value is 122 (48.05% from 255 or 33.24% from 367); Max value from RGB is 155 - color contains mainly: green. Hex color #5A9B7A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5A9B7A is #A56485. Grayscale: #838383. Windows color (decimal): -10839174 or 8035162. OLE color: 8035162.
HSL color Cylindrical-coordinate representation of color #5A9B7A: hue angle of 149.54º degrees, saturation: 0.27, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #5A9B7A is Cyan = 0.42, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 90 | 155 | 122 | - |
| CMYK | 0.42 | 0 | 0.21 | 0.39 |
| HSL | 149.54º | 0.27% | 0.48% | - |
| HSV(B) | 149.54º | 0.42% | 0.61% | - |
| XYZ | 19.45 | 27.02 | 22.6 | - |
| YUV | 131.8 | 122.47 | 98.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 155 | 122 | 0.42 | 0 | 0.21 | 0.39 | 149.54 | 0.27 | 0.48 |
| Hex | 5A | 9B | 7A | 2A | 0 | 15 | 27 | 96 | 1B | 30 |
| Octal | 132 | 233 | 172 | 52 | 0 | 25 | 47 | 226 | 33 | 60 |
| Binary | 1011010 | 10011011 | 1111010 | 101010 | 0 | 10101 | 100111 | 10010110 | 11011 | 110000 |
Color Harmonies of #5A9B7A
Complementary color
Monochromatic Colors of #5A9B7A
Black with #5A9B7A
Text Example
Text Example
White with #5A9B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A9B7A; }
p { color: rgb(90,155,122); }
H1.HeaderClassName
{
color: #5A9B7A;
}
.AnyTagClassName
{
color: #5A9B7A;
}
</style>
background-color css
<style>
a { background-color: #5A9B7A; }
a { background-color: rgb(90,155,122); }
div.DivClassName
{
background-color: #5A9B7A;
}
.BgClassName
{
background-color: #5A9B7A;
}
</style>
border-color css
<style>
span { border-color: #5A9B7A; }
span { border-color: rgb(90,155,122); }
td.TdClassName
{
border-color: #5A9B7A;
}
.TagClassName
{
border-color: #5A9B7A;
}
</style>