#53b377

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

Shades of Ocean Green #53B377

Tints of Ocean Green #53B377

Color information

#53B377 (or 0x53B377) is unknown color: approx Ocean Green. HEX triplet: 53, B3 and 77. RGB value is (83,179,119). Sum of RGB (Red+Green+Blue) = 83+179+119=381 (50% of max value = 765). Red value is 83 (32.81% from 255 or 21.78% from 381); Green value is 179 (70.31% from 255 or 46.98% from 381); Blue value is 119 (46.88% from 255 or 31.23% from 381); Max value from RGB is 179 - color contains mainly: green. Hex color #53B377 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53B377 is #AC4C88. Grayscale: #8F8F8F. Windows color (decimal): -11291785 or 7844691. OLE color: 7844691.

HSL color Cylindrical-coordinate representation of color #53B377: hue angle of 142.5º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #53B377 is Cyan = 0.54, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.30.

Color convert

RGB83179119-
CMYK0.5400.340.30
HSL142.5º38.71%51.37%-
HSV(B)142.5º53.63%70.2%-
XYZ23.0235.4123.07-
YUV143.46114.284.88-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 21.78%
GREEN value IS 179 (70.31% from 255) = 46.98%
BLUE value IS 119 (46.88% from 255) = 31.23%
R=21.78%
G=46.98%
B=31.23%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal831791190.5400.340.30142.538.7151.37
Hex53B377360221E8e2733
Octal12326316766042362164763
Binary101001110110011111011111011001000101111010001110100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53b377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53b377; }

 p { color: rgb(83,179,119); }

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

<style>
 a { background-color: #53b377; }

 a { background-color: rgb(83,179,119); }

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

<style>
 span { border-color: #53b377; }

 span { border-color: rgb(83,179,119); }

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