#56B47E

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

Shades of Ocean Green #56B47E

Tints of Ocean Green #56B47E

Color information

#56B47E (or 0x56B47E) is unknown color: approx Ocean Green. HEX triplet: 56, B4 and 7E. RGB value is (86,180,126). Sum of RGB (Red+Green+Blue) = 86+180+126=392 (51% of max value = 765). Red value is 86 (33.98% from 255 or 21.94% from 392); Green value is 180 (70.70% from 255 or 45.92% from 392); Blue value is 126 (49.61% from 255 or 32.14% from 392); Max value from RGB is 180 - color contains mainly: green. Hex color #56B47E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #56B47E is #A94B81. Grayscale: #919191. Windows color (decimal): -11094914 or 8303702. OLE color: 8303702.

HSL color Cylindrical-coordinate representation of color #56B47E: hue angle of 145.53º degrees, saturation: 0.39, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #56B47E is Cyan = 0.52, Magento = 0, Yellow = 0.3 and Black (K on CMYK) = 0.29.

Color convert

RGB86180126-
CMYK0.5200.30.29
HSL145.53º38.52%52.16%-
HSV(B)145.53º52.22%70.59%-
XYZ23.9236.1325.45-
YUV145.74116.8685.39-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 21.94%
GREEN value IS 180 (70.70% from 255) = 45.92%
BLUE value IS 126 (49.61% from 255) = 32.14%
R=21.94%
G=45.92%
B=32.14%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.3
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal861801260.5200.30.29145.5338.5252.16
Hex56B47E3401E1D922734
Octal12626417664036352224764
Binary10101101011010011111101101000111101110110010010100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56B47E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,180,126); }

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

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

 a { background-color: rgb(86,180,126); }

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

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

 span { border-color: rgb(86,180,126); }

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