#56B17F

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

Shades of Ocean Green #56B17F

Tints of Ocean Green #56B17F

Color information

#56B17F (or 0x56B17F) is unknown color: approx Ocean Green. HEX triplet: 56, B1 and 7F. RGB value is (86,177,127). Sum of RGB (Red+Green+Blue) = 86+177+127=390 (51% of max value = 765). Red value is 86 (33.98% from 255 or 22.05% from 390); Green value is 177 (69.53% from 255 or 45.38% from 390); Blue value is 127 (50% from 255 or 32.56% from 390); Max value from RGB is 177 - color contains mainly: green. Hex color #56B17F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56B17F is #A94E80. Grayscale: #909090. Windows color (decimal): -11095681 or 8368470. OLE color: 8368470.

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

Color convert

RGB86177127-
CMYK0.5100.280.31
HSL147.03º36.84%51.57%-
HSV(B)147.03º51.41%69.41%-
XYZ23.3934.9625.59-
YUV144.09118.3586.57-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 22.05%
GREEN value IS 177 (69.53% from 255) = 45.38%
BLUE value IS 127 (50% from 255) = 32.56%
R=22.05%
G=45.38%
B=32.56%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal861771270.5100.280.31147.0336.8451.57
Hex56B17F3301C1F932534
Octal12626117763034372234564
Binary10101101011000111111111100110111001111110010011100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56B17F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,177,127); }

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

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

 a { background-color: rgb(86,177,127); }

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

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

 span { border-color: rgb(86,177,127); }

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