#56B082

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

Shades of Ocean Green #56B082

Tints of Ocean Green #56B082

Color information

#56B082 (or 0x56B082) is unknown color: approx Ocean Green. HEX triplet: 56, B0 and 82. RGB value is (86,176,130). Sum of RGB (Red+Green+Blue) = 86+176+130=392 (51% of max value = 765). Red value is 86 (33.98% from 255 or 21.94% from 392); Green value is 176 (69.14% from 255 or 44.90% from 392); Blue value is 130 (51.17% from 255 or 33.16% from 392); Max value from RGB is 176 - color contains mainly: green. Hex color #56B082 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #56B082 is #A94F7D. Grayscale: #8F8F8F. Windows color (decimal): -11095934 or 8564822. OLE color: 8564822.

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

Color convert

RGB86176130-
CMYK0.5100.260.31
HSL149.33º36.29%51.37%-
HSV(B)149.33º51.14%69.02%-
XYZ23.3934.6426.57-
YUV143.85120.1886.74-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 21.94%
GREEN value IS 176 (69.14% from 255) = 44.90%
BLUE value IS 130 (51.17% from 255) = 33.16%
R=21.94%
G=44.90%
B=33.16%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal861761300.5100.260.31149.3336.2951.37
Hex56B0823301A1F952433
Octal12626020263032372254463
Binary101011010110000100000101100110110101111110010101100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56B082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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