#53b771

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

Shades of Ocean Green #53B771

Tints of Ocean Green #53B771

Color information

#53B771 (or 0x53B771) is unknown color: approx Ocean Green. HEX triplet: 53, B7 and 71. RGB value is (83,183,113). Sum of RGB (Red+Green+Blue) = 83+183+113=379 (50% of max value = 765). Red value is 83 (32.81% from 255 or 21.90% from 379); Green value is 183 (71.88% from 255 or 48.28% from 379); Blue value is 113 (44.53% from 255 or 29.82% from 379); Max value from RGB is 183 - color contains mainly: green. Hex color #53B771 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53B771 is #AC488E. Grayscale: #919191. Windows color (decimal): -11290767 or 7452499. OLE color: 7452499.

HSL color Cylindrical-coordinate representation of color #53B771: hue angle of 138º degrees, saturation: 0.41, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #53B771 is Cyan = 0.55, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.28.

Color convert

RGB83183113-
CMYK0.5500.380.28
HSL138º40.98%52.16%-
HSV(B)138º54.64%71.76%-
XYZ23.4836.921.51-
YUV145.12109.8783.69-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 21.90%
GREEN value IS 183 (71.88% from 255) = 48.28%
BLUE value IS 113 (44.53% from 255) = 29.82%
R=21.90%
G=48.28%
B=29.82%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal831831130.5500.380.2813840.9852.16
Hex53B771370261C8a2934
Octal12326716167046342125164
Binary101001110110111111000111011101001101110010001010101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53b771

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,183,113); }

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

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

 a { background-color: rgb(83,183,113); }

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

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

 span { border-color: rgb(83,183,113); }

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