#56B07A

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

Shades of Ocean Green #56B07A

Tints of Ocean Green #56B07A

Color information

#56B07A (or 0x56B07A) is unknown color: approx Ocean Green. HEX triplet: 56, B0 and 7A. RGB value is (86,176,122). Sum of RGB (Red+Green+Blue) = 86+176+122=384 (50% of max value = 765). Red value is 86 (33.98% from 255 or 22.40% from 384); Green value is 176 (69.14% from 255 or 45.83% from 384); Blue value is 122 (48.05% from 255 or 31.77% from 384); Max value from RGB is 176 - color contains mainly: green. Hex color #56B07A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56B07A is #A94F85. Grayscale: #8F8F8F. Windows color (decimal): -11095942 or 8040534. OLE color: 8040534.

HSL color Cylindrical-coordinate representation of color #56B07A: hue angle of 144º 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 #56B07A is Cyan = 0.51, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.31.

Color convert

RGB86176122-
CMYK0.5100.310.31
HSL144º36.29%51.37%-
HSV(B)144º51.14%69.02%-
XYZ22.8834.4323.85-
YUV142.93116.1887.39-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 22.40%
GREEN value IS 176 (69.14% from 255) = 45.83%
BLUE value IS 122 (48.05% from 255) = 31.77%
R=22.40%
G=45.83%
B=31.77%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal861761220.5100.310.3114436.2951.37
Hex56B07A3301F1F902433
Octal12626017263037372204463
Binary10101101011000011110101100110111111111110010000100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56B07A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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