#56B27A

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

Shades of Ocean Green #56B27A

Tints of Ocean Green #56B27A

Color information

#56B27A (or 0x56B27A) is unknown color: approx Ocean Green. HEX triplet: 56, B2 and 7A. RGB value is (86,178,122). Sum of RGB (Red+Green+Blue) = 86+178+122=386 (51% of max value = 765). Red value is 86 (33.98% from 255 or 22.28% from 386); Green value is 178 (69.92% from 255 or 46.11% from 386); Blue value is 122 (48.05% from 255 or 31.61% from 386); Max value from RGB is 178 - color contains mainly: green. Hex color #56B27A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56B27A is #A94D85. Grayscale: #909090. Windows color (decimal): -11095430 or 8041046. OLE color: 8041046.

HSL color Cylindrical-coordinate representation of color #56B27A: hue angle of 143.48º degrees, saturation: 0.37, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #56B27A is Cyan = 0.52, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.30.

Color convert

RGB86178122-
CMYK0.5200.310.30
HSL143.48º37.4%51.76%-
HSV(B)143.48º51.69%69.8%-
XYZ23.2735.2223.98-
YUV144.11115.5286.55-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 22.28%
GREEN value IS 178 (69.92% from 255) = 46.11%
BLUE value IS 122 (48.05% from 255) = 31.61%
R=22.28%
G=46.11%
B=31.61%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal861781220.5200.310.30143.4837.451.76
Hex56B27A3401F1E8f2534
Octal12626217264037362174564
Binary10101101011001011110101101000111111111010001111100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56B27A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,178,122); }

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

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

 a { background-color: rgb(86,178,122); }

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

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

 span { border-color: rgb(86,178,122); }

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