Shades of Ocean Green #5BAF7E
Tints of Ocean Green #5BAF7E
RGB
CMYK
RGB Variations
Color information
#5BAF7E (or 0x5BAF7E) is known color: Ocean Green. HEX triplet: 5B, AF and 7E. RGB value is (91,175,126). Sum of RGB (Red+Green+Blue) = 91+175+126=392 (51% of max value = 765). Red value is 91 (35.94% from 255 or 23.21% from 392); Green value is 175 (68.75% from 255 or 44.64% from 392); Blue value is 126 (49.61% from 255 or 32.14% from 392); Max value from RGB is 175 - color contains mainly: green. Hex color #5BAF7E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5BAF7E is #A45081. Grayscale: #909090. Windows color (decimal): -10768514 or 8302427. OLE color: 8302427.
HSL color Cylindrical-coordinate representation of color #5BAF7E: hue angle of 145º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5BAF7E is Cyan = 0.48, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 91 | 175 | 126 | - |
| CMYK | 0.48 | 0 | 0.28 | 0.31 |
| HSL | 145º | 0.34% | 0.52% | - |
| HSV(B) | 145º | 0.48% | 0.69% | - |
| XYZ | 23.41 | 34.39 | 25.14 | - |
| YUV | 144.3 | 117.67 | 89.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 175 | 126 | 0.48 | 0 | 0.28 | 0.31 | 145 | 0.34 | 0.52 |
| Hex | 5B | AF | 7E | 30 | 0 | 1C | 1F | 91 | 22 | 34 |
| Octal | 133 | 257 | 176 | 60 | 0 | 34 | 37 | 221 | 42 | 64 |
| Binary | 1011011 | 10101111 | 1111110 | 110000 | 0 | 11100 | 11111 | 10010001 | 100010 | 110100 |
Color Harmonies of #5BAF7E
Complementary color
Monochromatic Colors of #5BAF7E
Black with #5BAF7E
Text Example
Text Example
White with #5BAF7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BAF7E; }
p { color: rgb(91,175,126); }
H1.HeaderClassName
{
color: #5BAF7E;
}
.AnyTagClassName
{
color: #5BAF7E;
}
</style>
background-color css
<style>
a { background-color: #5BAF7E; }
a { background-color: rgb(91,175,126); }
div.DivClassName
{
background-color: #5BAF7E;
}
.BgClassName
{
background-color: #5BAF7E;
}
</style>
border-color css
<style>
span { border-color: #5BAF7E; }
span { border-color: rgb(91,175,126); }
td.TdClassName
{
border-color: #5BAF7E;
}
.TagClassName
{
border-color: #5BAF7E;
}
</style>