#56A57C

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

Shades of Ocean Green #56A57C

Tints of Ocean Green #56A57C

Color information

#56A57C (or 0x56A57C) is unknown color: approx Ocean Green. HEX triplet: 56, A5 and 7C. RGB value is (86,165,124). Sum of RGB (Red+Green+Blue) = 86+165+124=375 (49% of max value = 765). Red value is 86 (33.98% from 255 or 22.93% from 375); Green value is 165 (64.84% from 255 or 44% from 375); Blue value is 124 (48.83% from 255 or 33.07% from 375); Max value from RGB is 165 - color contains mainly: green. Hex color #56A57C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56A57C is #A95A83. Grayscale: #888888. Windows color (decimal): -11098756 or 8168790. OLE color: 8168790.

HSL color Cylindrical-coordinate representation of color #56A57C: hue angle of 148.86º degrees, saturation: 0.31, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #56A57C is Cyan = 0.48, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.35.

Color convert

RGB86165124-
CMYK0.4800.250.35
HSL148.86º31.47%49.22%-
HSV(B)148.86º47.88%64.71%-
XYZ20.9330.3423.82-
YUV136.7120.8391.83-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 22.93%
GREEN value IS 165 (64.84% from 255) = 44%
BLUE value IS 124 (48.83% from 255) = 33.07%
R=22.93%
G=44%
B=33.07%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal861651240.4800.250.35148.8631.4749.22
Hex56A57C3001923951f31
Octal12624517460031432253761
Binary10101101010010111111001100000110011000111001010111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56A57C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,165,124); }

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

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

 a { background-color: rgb(86,165,124); }

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

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

 span { border-color: rgb(86,165,124); }

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