Shades of Ocean Green #569D7B
Tints of Ocean Green #569D7B
RGB
CMYK
RGB Variations
Color information
#569D7B (or 0x569D7B) is known color: Ocean Green. HEX triplet: 56, 9D and 7B. RGB value is (86,157,123). Sum of RGB (Red+Green+Blue) = 86+157+123=366 (48% of max value = 765). Red value is 86 (33.98% from 255 or 23.50% from 366); Green value is 157 (61.72% from 255 or 42.90% from 366); Blue value is 123 (48.44% from 255 or 33.61% from 366); Max value from RGB is 157 - color contains mainly: green. Hex color #569D7B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #569D7B is #A96284. Grayscale: #838383. Windows color (decimal): -11100805 or 8101206. OLE color: 8101206.
HSL color Cylindrical-coordinate representation of color #569D7B: hue angle of 151.27º degrees, saturation: 0.29, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #569D7B is Cyan = 0.45, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.38.
Color convert
RGB | 86 | 157 | 123 | - |
CMYK | 0.45 | 0 | 0.22 | 0.38 |
HSL | 151.27º | 0.29% | 0.48% | - |
HSV(B) | 151.27º | 0.45% | 0.62% | - |
XYZ | 19.47 | 27.52 | 23.03 | - |
YUV | 131.9 | 122.98 | 95.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 86 | 157 | 123 | 0.45 | 0 | 0.22 | 0.38 | 151.27 | 0.29 | 0.48 |
Hex | 56 | 9D | 7B | 2D | 0 | 16 | 26 | 97 | 1D | 30 |
Octal | 126 | 235 | 173 | 55 | 0 | 26 | 46 | 227 | 35 | 60 |
Binary | 1010110 | 10011101 | 1111011 | 101101 | 0 | 10110 | 100110 | 10010111 | 11101 | 110000 |
Color Harmonies of #569D7B
Complementary color
Monochromatic Colors of #569D7B
Black with #569D7B
Text Example
Text Example
White with #569D7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #569D7B; }
p { color: rgb(86,157,123); }
H1.HeaderClassName
{
color: #569D7B;
}
.AnyTagClassName
{
color: #569D7B;
}
</style>
background-color css
<style>
a { background-color: #569D7B; }
a { background-color: rgb(86,157,123); }
div.DivClassName
{
background-color: #569D7B;
}
.BgClassName
{
background-color: #569D7B;
}
</style>
border-color css
<style>
span { border-color: #569D7B; }
span { border-color: rgb(86,157,123); }
td.TdClassName
{
border-color: #569D7B;
}
.TagClassName
{
border-color: #569D7B;
}
</style>