Shades of Ocean Green #5AB182
Tints of Ocean Green #5AB182
RGB
CMYK
RGB Variations
Color information
#5AB182 (or 0x5AB182) is known color: Ocean Green. HEX triplet: 5A, B1 and 82. RGB value is (90,177,130). Sum of RGB (Red+Green+Blue) = 90+177+130=397 (52% of max value = 765). Red value is 90 (35.55% from 255 or 22.67% from 397); Green value is 177 (69.53% from 255 or 44.58% from 397); Blue value is 130 (51.17% from 255 or 32.75% from 397); Max value from RGB is 177 - color contains mainly: green. Hex color #5AB182 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5AB182 is #A54E7D. Grayscale: #919191. Windows color (decimal): -10833534 or 8565082. OLE color: 8565082.
HSL color Cylindrical-coordinate representation of color #5AB182: hue angle of 147.59º degrees, saturation: 0.36, 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 #5AB182 is Cyan = 0.49, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 90 | 177 | 130 | - |
| CMYK | 0.49 | 0 | 0.27 | 0.31 |
| HSL | 147.59º | 0.36% | 0.52% | - |
| HSV(B) | 147.59º | 0.49% | 0.69% | - |
| XYZ | 23.97 | 35.23 | 26.66 | - |
| YUV | 145.63 | 119.18 | 88.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 177 | 130 | 0.49 | 0 | 0.27 | 0.31 | 147.59 | 0.36 | 0.52 |
| Hex | 5A | B1 | 82 | 31 | 0 | 1B | 1F | 94 | 24 | 34 |
| Octal | 132 | 261 | 202 | 61 | 0 | 33 | 37 | 224 | 44 | 64 |
| Binary | 1011010 | 10110001 | 10000010 | 110001 | 0 | 11011 | 11111 | 10010100 | 100100 | 110100 |
Color Harmonies of #5AB182
Complementary color
Monochromatic Colors of #5AB182
Black with #5AB182
Text Example
Text Example
White with #5AB182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AB182; }
p { color: rgb(90,177,130); }
H1.HeaderClassName
{
color: #5AB182;
}
.AnyTagClassName
{
color: #5AB182;
}
</style>
background-color css
<style>
a { background-color: #5AB182; }
a { background-color: rgb(90,177,130); }
div.DivClassName
{
background-color: #5AB182;
}
.BgClassName
{
background-color: #5AB182;
}
</style>
border-color css
<style>
span { border-color: #5AB182; }
span { border-color: rgb(90,177,130); }
td.TdClassName
{
border-color: #5AB182;
}
.TagClassName
{
border-color: #5AB182;
}
</style>