#56AB7B

Color #56AB7B Ocean Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ocean Green #56AB7B

Tints of Ocean Green #56AB7B

Color information

#56AB7B (or 0x56AB7B) is unknown color: approx Ocean Green. HEX triplet: 56, AB and 7B. RGB value is (86,171,123). Sum of RGB (Red+Green+Blue) = 86+171+123=380 (50% of max value = 765). Red value is 86 (33.98% from 255 or 22.63% from 380); Green value is 171 (67.19% from 255 or 45% from 380); Blue value is 123 (48.44% from 255 or 32.37% from 380); Max value from RGB is 171 - color contains mainly: green. Hex color #56AB7B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56AB7B is #A95484. Grayscale: #8C8C8C. Windows color (decimal): -11097221 or 8104790. OLE color: 8104790.

HSL color Cylindrical-coordinate representation of color #56AB7B: hue angle of 146.12º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #56AB7B is Cyan = 0.50, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.33.

Color convert

RGB86171123-
CMYK0.5000.280.33
HSL146.12º33.6%50.39%-
HSV(B)146.12º49.71%67.06%-
XYZ21.9832.5323.86-
YUV140.11118.3489.4-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 86 (33.98% from 255) = 22.63%
GREEN value IS 171 (67.19% from 255) = 45%
BLUE value IS 123 (48.44% from 255) = 32.37%
R=22.63%
G=45%
B=32.37%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal861711230.5000.280.33146.1233.650.39
Hex56AB7B3201C21922232
Octal12625317362034412224262
Binary101011010101011111101111001001110010000110010010100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56AB7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56AB7B; }

 p { color: rgb(86,171,123); }

 H1.HeaderClassName
 {
   color: #56AB7B;
 }
 .AnyTagClassName
 {
   color: #56AB7B;
 }
</style>
background-color css

<style>
 a { background-color: #56AB7B; }

 a { background-color: rgb(86,171,123); }

 div.DivClassName
 {
   background-color: #56AB7B;
 }
 .BgClassName
 {
   background-color: #56AB7B;
 }
</style>
border-color css

<style>
 span { border-color: #56AB7B; }

 span { border-color: rgb(86,171,123); }

 td.TdClassName
 {
   border-color: #56AB7B;
 }
 .TagClassName
 {
   border-color: #56AB7B;
 }
</style>