#56AF7A

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

Shades of Ocean Green #56AF7A

Tints of Ocean Green #56AF7A

Color information

#56AF7A (or 0x56AF7A) is unknown color: approx Ocean Green. HEX triplet: 56, AF and 7A. RGB value is (86,175,122). Sum of RGB (Red+Green+Blue) = 86+175+122=383 (50% of max value = 765). Red value is 86 (33.98% from 255 or 22.45% from 383); Green value is 175 (68.75% from 255 or 45.69% from 383); Blue value is 122 (48.05% from 255 or 31.85% from 383); Max value from RGB is 175 - color contains mainly: green. Hex color #56AF7A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56AF7A is #A95085. Grayscale: #8E8E8E. Windows color (decimal): -11096198 or 8040278. OLE color: 8040278.

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

Color convert

RGB86175122-
CMYK0.5100.300.31
HSL144.27º35.74%51.18%-
HSV(B)144.27º50.86%68.63%-
XYZ22.6834.0423.79-
YUV142.35116.5187.81-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 22.45%
GREEN value IS 175 (68.75% from 255) = 45.69%
BLUE value IS 122 (48.05% from 255) = 31.85%
R=22.45%
G=45.69%
B=31.85%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal861751220.5100.300.31144.2735.7451.18
Hex56AF7A3301E1F902433
Octal12625717263036372204463
Binary10101101010111111110101100110111101111110010000100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56AF7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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