Shades of Ocean Green #5A9E6E
Tints of Ocean Green #5A9E6E
RGB
CMYK
RGB Variations
Color information
#5A9E6E (or 0x5A9E6E) is known color: Ocean Green. HEX triplet: 5A, 9E and 6E. RGB value is (90,158,110). Sum of RGB (Red+Green+Blue) = 90+158+110=358 (47% of max value = 765). Red value is 90 (35.55% from 255 or 25.14% from 358); Green value is 158 (62.11% from 255 or 44.13% from 358); Blue value is 110 (43.36% from 255 or 30.73% from 358); Max value from RGB is 158 - color contains mainly: green. Hex color #5A9E6E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5A9E6E is #A56191. Grayscale: #848484. Windows color (decimal): -10838418 or 7249498. OLE color: 7249498.
HSL color Cylindrical-coordinate representation of color #5A9E6E: hue angle of 137.65º degrees, saturation: 0.27, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #5A9E6E is Cyan = 0.43, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 90 | 158 | 110 | - |
| CMYK | 0.43 | 0 | 0.30 | 0.38 |
| HSL | 137.65º | 0.27% | 0.49% | - |
| HSV(B) | 137.65º | 0.43% | 0.62% | - |
| XYZ | 19.26 | 27.75 | 19.09 | - |
| YUV | 132.2 | 115.47 | 97.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 158 | 110 | 0.43 | 0 | 0.30 | 0.38 | 137.65 | 0.27 | 0.49 |
| Hex | 5A | 9E | 6E | 2B | 0 | 1E | 26 | 8A | 1B | 31 |
| Octal | 132 | 236 | 156 | 53 | 0 | 36 | 46 | 212 | 33 | 61 |
| Binary | 1011010 | 10011110 | 1101110 | 101011 | 0 | 11110 | 100110 | 10001010 | 11011 | 110001 |
Color Harmonies of #5A9E6E
Complementary color
Monochromatic Colors of #5A9E6E
Black with #5A9E6E
Text Example
Text Example
White with #5A9E6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A9E6E; }
p { color: rgb(90,158,110); }
H1.HeaderClassName
{
color: #5A9E6E;
}
.AnyTagClassName
{
color: #5A9E6E;
}
</style>
background-color css
<style>
a { background-color: #5A9E6E; }
a { background-color: rgb(90,158,110); }
div.DivClassName
{
background-color: #5A9E6E;
}
.BgClassName
{
background-color: #5A9E6E;
}
</style>
border-color css
<style>
span { border-color: #5A9E6E; }
span { border-color: rgb(90,158,110); }
td.TdClassName
{
border-color: #5A9E6E;
}
.TagClassName
{
border-color: #5A9E6E;
}
</style>