#56A27F

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

Shades of Ocean Green #56A27F

Tints of Ocean Green #56A27F

Color information

#56A27F (or 0x56A27F) is unknown color: approx Ocean Green. HEX triplet: 56, A2 and 7F. RGB value is (86,162,127). Sum of RGB (Red+Green+Blue) = 86+162+127=375 (49% of max value = 765). Red value is 86 (33.98% from 255 or 22.93% from 375); Green value is 162 (63.67% from 255 or 43.2% from 375); Blue value is 127 (50% from 255 or 33.87% from 375); Max value from RGB is 162 - color contains mainly: green. Hex color #56A27F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56A27F is #A95D80. Grayscale: #878787. Windows color (decimal): -11099521 or 8364630. OLE color: 8364630.

HSL color Cylindrical-coordinate representation of color #56A27F: hue angle of 152.37º degrees, saturation: 0.31, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #56A27F is Cyan = 0.47, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.36.

Color convert

RGB86162127-
CMYK0.4700.220.36
HSL152.37º30.65%48.63%-
HSV(B)152.37º46.91%63.53%-
XYZ20.5929.3524.66-
YUV135.29123.3292.85-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 22.93%
GREEN value IS 162 (63.67% from 255) = 43.2%
BLUE value IS 127 (50% from 255) = 33.87%
R=22.93%
G=43.2%
B=33.87%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal861621270.4700.220.36152.3730.6548.63
Hex56A27F2F01624981f31
Octal12624217757026442303761
Binary10101101010001011111111011110101101001001001100011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56A27F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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