Shades of Ocean Green #5DA274
Tints of Ocean Green #5DA274
RGB
CMYK
RGB Variations
Color information
#5DA274 (or 0x5DA274) is known color: Ocean Green. HEX triplet: 5D, A2 and 74. RGB value is (93,162,116). Sum of RGB (Red+Green+Blue) = 93+162+116=371 (49% of max value = 765). Red value is 93 (36.72% from 255 or 25.07% from 371); Green value is 162 (63.67% from 255 or 43.67% from 371); Blue value is 116 (45.70% from 255 or 31.27% from 371); Max value from RGB is 162 - color contains mainly: green. Hex color #5DA274 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5DA274 is #A25D8B. Grayscale: #888888. Windows color (decimal): -10640780 or 7643741. OLE color: 7643741.
HSL color Cylindrical-coordinate representation of color #5DA274: hue angle of 140º degrees, saturation: 0.27, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #5DA274 is Cyan = 0.43, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 93 | 162 | 116 | - |
| CMYK | 0.43 | 0 | 0.28 | 0.36 |
| HSL | 140º | 0.27% | 0.5% | - |
| HSV(B) | 140º | 0.43% | 0.64% | - |
| XYZ | 20.59 | 29.43 | 21.12 | - |
| YUV | 136.13 | 116.64 | 97.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 162 | 116 | 0.43 | 0 | 0.28 | 0.36 | 140 | 0.27 | 0.5 |
| Hex | 5D | A2 | 74 | 2B | 0 | 1C | 24 | 8C | 1B | 32 |
| Octal | 135 | 242 | 164 | 53 | 0 | 34 | 44 | 214 | 33 | 62 |
| Binary | 1011101 | 10100010 | 1110100 | 101011 | 0 | 11100 | 100100 | 10001100 | 11011 | 110010 |
Color Harmonies of #5DA274
Complementary color
Monochromatic Colors of #5DA274
Black with #5DA274
Text Example
Text Example
White with #5DA274
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DA274; }
p { color: rgb(93,162,116); }
H1.HeaderClassName
{
color: #5DA274;
}
.AnyTagClassName
{
color: #5DA274;
}
</style>
background-color css
<style>
a { background-color: #5DA274; }
a { background-color: rgb(93,162,116); }
div.DivClassName
{
background-color: #5DA274;
}
.BgClassName
{
background-color: #5DA274;
}
</style>
border-color css
<style>
span { border-color: #5DA274; }
span { border-color: rgb(93,162,116); }
td.TdClassName
{
border-color: #5DA274;
}
.TagClassName
{
border-color: #5DA274;
}
</style>