Shades of Ocean Green #5AB274
Tints of Ocean Green #5AB274
RGB
CMYK
RGB Variations
Color information
#5AB274 (or 0x5AB274) is known color: Ocean Green. HEX triplet: 5A, B2 and 74. RGB value is (90,178,116). Sum of RGB (Red+Green+Blue) = 90+178+116=384 (50% of max value = 765). Red value is 90 (35.55% from 255 or 23.44% from 384); Green value is 178 (69.92% from 255 or 46.35% from 384); Blue value is 116 (45.70% from 255 or 30.21% from 384); Max value from RGB is 178 - color contains mainly: green. Hex color #5AB274 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5AB274 is #A54D8B. Grayscale: #909090. Windows color (decimal): -10833292 or 7647834. OLE color: 7647834.
HSL color Cylindrical-coordinate representation of color #5AB274: hue angle of 137.73º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5AB274 is Cyan = 0.49, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 90 | 178 | 116 | - |
| CMYK | 0.49 | 0 | 0.35 | 0.30 |
| HSL | 137.73º | 0.36% | 0.53% | - |
| HSV(B) | 137.73º | 0.49% | 0.7% | - |
| XYZ | 23.29 | 35.28 | 22.1 | - |
| YUV | 144.62 | 111.85 | 89.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 178 | 116 | 0.49 | 0 | 0.35 | 0.30 | 137.73 | 0.36 | 0.53 |
| Hex | 5A | B2 | 74 | 31 | 0 | 23 | 1E | 8A | 24 | 35 |
| Octal | 132 | 262 | 164 | 61 | 0 | 43 | 36 | 212 | 44 | 65 |
| Binary | 1011010 | 10110010 | 1110100 | 110001 | 0 | 100011 | 11110 | 10001010 | 100100 | 110101 |
Color Harmonies of #5AB274
Complementary color
Monochromatic Colors of #5AB274
Black with #5AB274
Text Example
Text Example
White with #5AB274
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AB274; }
p { color: rgb(90,178,116); }
H1.HeaderClassName
{
color: #5AB274;
}
.AnyTagClassName
{
color: #5AB274;
}
</style>
background-color css
<style>
a { background-color: #5AB274; }
a { background-color: rgb(90,178,116); }
div.DivClassName
{
background-color: #5AB274;
}
.BgClassName
{
background-color: #5AB274;
}
</style>
border-color css
<style>
span { border-color: #5AB274; }
span { border-color: rgb(90,178,116); }
td.TdClassName
{
border-color: #5AB274;
}
.TagClassName
{
border-color: #5AB274;
}
</style>