#56A47B

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

Shades of Ocean Green #56A47B

Tints of Ocean Green #56A47B

Color information

#56A47B (or 0x56A47B) is unknown color: approx Ocean Green. HEX triplet: 56, A4 and 7B. RGB value is (86,164,123). Sum of RGB (Red+Green+Blue) = 86+164+123=373 (49% of max value = 765). Red value is 86 (33.98% from 255 or 23.06% from 373); Green value is 164 (64.45% from 255 or 43.97% from 373); Blue value is 123 (48.44% from 255 or 32.98% from 373); Max value from RGB is 164 - color contains mainly: green. Hex color #56A47B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56A47B is #A95B84. Grayscale: #888888. Windows color (decimal): -11099013 or 8102998. OLE color: 8102998.

HSL color Cylindrical-coordinate representation of color #56A47B: hue angle of 148.46º 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 #56A47B is Cyan = 0.48, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.36.

Color convert

RGB86164123-
CMYK0.4800.250.36
HSL148.46º31.2%49.02%-
HSV(B)148.46º47.56%64.31%-
XYZ20.6929.9623.43-
YUV136120.6692.33-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 23.06%
GREEN value IS 164 (64.45% from 255) = 43.97%
BLUE value IS 123 (48.44% from 255) = 32.98%
R=23.06%
G=43.97%
B=32.98%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal861641230.4800.250.36148.4631.249.02
Hex56A47B3001924941f31
Octal12624417360031442243761
Binary10101101010010011110111100000110011001001001010011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56A47B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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