#56A47D

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

Shades of Ocean Green #56A47D

Tints of Ocean Green #56A47D

Color information

#56A47D (or 0x56A47D) is unknown color: approx Ocean Green. HEX triplet: 56, A4 and 7D. RGB value is (86,164,125). Sum of RGB (Red+Green+Blue) = 86+164+125=375 (49% of max value = 765). Red value is 86 (33.98% from 255 or 22.93% from 375); Green value is 164 (64.45% from 255 or 43.73% from 375); Blue value is 125 (49.22% from 255 or 33.33% from 375); Max value from RGB is 164 - color contains mainly: green. Hex color #56A47D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56A47D is #A95B82. Grayscale: #888888. Windows color (decimal): -11099011 or 8234070. OLE color: 8234070.

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

Color convert

RGB86164125-
CMYK0.4800.240.36
HSL150º31.2%49.02%-
HSV(B)150º47.56%64.31%-
XYZ20.8130.0124.1-
YUV136.23121.6692.17-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 22.93%
GREEN value IS 164 (64.45% from 255) = 43.73%
BLUE value IS 125 (49.22% from 255) = 33.33%
R=22.93%
G=43.73%
B=33.33%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal861641250.4800.240.3615031.249.02
Hex56A47D3001824961f31
Octal12624417560030442263761
Binary10101101010010011111011100000110001001001001011011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56A47D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,164,125); }

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

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

 a { background-color: rgb(86,164,125); }

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

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

 span { border-color: rgb(86,164,125); }

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