#56A87B

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

Shades of Ocean Green #56A87B

Tints of Ocean Green #56A87B

Color information

#56A87B (or 0x56A87B) is unknown color: approx Ocean Green. HEX triplet: 56, A8 and 7B. RGB value is (86,168,123). Sum of RGB (Red+Green+Blue) = 86+168+123=377 (49% of max value = 765). Red value is 86 (33.98% from 255 or 22.81% from 377); Green value is 168 (66.02% from 255 or 44.56% from 377); Blue value is 123 (48.44% from 255 or 32.63% from 377); Max value from RGB is 168 - color contains mainly: green. Hex color #56A87B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56A87B is #A95784. Grayscale: #8A8A8A. Windows color (decimal): -11097989 or 8104022. OLE color: 8104022.

HSL color Cylindrical-coordinate representation of color #56A87B: hue angle of 147.07º degrees, saturation: 0.32, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #56A87B is Cyan = 0.49, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.34.

Color convert

RGB86168123-
CMYK0.4900.270.34
HSL147.07º32.28%49.8%-
HSV(B)147.07º48.81%65.88%-
XYZ21.4231.4123.67-
YUV138.35119.3390.66-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 22.81%
GREEN value IS 168 (66.02% from 255) = 44.56%
BLUE value IS 123 (48.44% from 255) = 32.63%
R=22.81%
G=44.56%
B=32.63%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal861681230.4900.270.34147.0732.2849.8
Hex56A87B3101B22932032
Octal12625017361033422234062
Binary101011010101000111101111000101101110001010010011100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56A87B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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