#56A27E

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

Shades of Ocean Green #56A27E

Tints of Ocean Green #56A27E

Color information

#56A27E (or 0x56A27E) is unknown color: approx Ocean Green. HEX triplet: 56, A2 and 7E. RGB value is (86,162,126). Sum of RGB (Red+Green+Blue) = 86+162+126=374 (49% of max value = 765). Red value is 86 (33.98% from 255 or 22.99% from 374); Green value is 162 (63.67% from 255 or 43.32% from 374); Blue value is 126 (49.61% from 255 or 33.69% from 374); Max value from RGB is 162 - color contains mainly: green. Hex color #56A27E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56A27E is #A95D81. Grayscale: #878787. Windows color (decimal): -11099522 or 8299094. OLE color: 8299094.

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

Color convert

RGB86162126-
CMYK0.4700.220.36
HSL151.58º30.65%48.63%-
HSV(B)151.58º46.91%63.53%-
XYZ20.5229.3324.32-
YUV135.17122.8292.93-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 22.99%
GREEN value IS 162 (63.67% from 255) = 43.32%
BLUE value IS 126 (49.61% from 255) = 33.69%
R=22.99%
G=43.32%
B=33.69%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal861621260.4700.220.36151.5830.6548.63
Hex56A27E2F01624981f31
Octal12624217657026442303761
Binary10101101010001011111101011110101101001001001100011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56A27E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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