#56AB7F

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

Shades of Ocean Green #56AB7F

Tints of Ocean Green #56AB7F

Color information

#56AB7F (or 0x56AB7F) is unknown color: approx Ocean Green. HEX triplet: 56, AB and 7F. RGB value is (86,171,127). Sum of RGB (Red+Green+Blue) = 86+171+127=384 (50% of max value = 765). Red value is 86 (33.98% from 255 or 22.40% from 384); Green value is 171 (67.19% from 255 or 44.53% from 384); Blue value is 127 (50% from 255 or 33.07% from 384); Max value from RGB is 171 - color contains mainly: green. Hex color #56AB7F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56AB7F is #A95480. Grayscale: #8C8C8C. Windows color (decimal): -11097217 or 8366934. OLE color: 8366934.

HSL color Cylindrical-coordinate representation of color #56AB7F: hue angle of 148.94º 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 #56AB7F is Cyan = 0.50, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.33.

Color convert

RGB86171127-
CMYK0.5000.260.33
HSL148.94º33.6%50.39%-
HSV(B)148.94º49.71%67.06%-
XYZ22.2332.6425.21-
YUV140.57120.3489.08-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 22.40%
GREEN value IS 171 (67.19% from 255) = 44.53%
BLUE value IS 127 (50% from 255) = 33.07%
R=22.40%
G=44.53%
B=33.07%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal861711270.5000.260.33148.9433.650.39
Hex56AB7F3201A21952232
Octal12625317762032412254262
Binary101011010101011111111111001001101010000110010101100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56AB7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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