#53B071

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

Shades of Ocean Green #53B071

Tints of Ocean Green #53B071

Color information

#53B071 (or 0x53B071) is unknown color: approx Ocean Green. HEX triplet: 53, B0 and 71. RGB value is (83,176,113). Sum of RGB (Red+Green+Blue) = 83+176+113=372 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.31% from 372); Green value is 176 (69.14% from 255 or 47.31% from 372); Blue value is 113 (44.53% from 255 or 30.38% from 372); Max value from RGB is 176 - color contains mainly: green. Hex color #53B071 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53B071 is #AC4F8E. Grayscale: #8D8D8D. Windows color (decimal): -11292559 or 7450707. OLE color: 7450707.

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

Color convert

RGB83176113-
CMYK0.5300.360.31
HSL139.35º37.05%50.78%-
HSV(B)139.35º52.84%69.02%-
XYZ22.0734.0821.04-
YUV141.01112.1986.62-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 22.31%
GREEN value IS 176 (69.14% from 255) = 47.31%
BLUE value IS 113 (44.53% from 255) = 30.38%
R=22.31%
G=47.31%
B=30.38%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal831761130.5300.360.31139.3537.0550.78
Hex53B071350241F8b2533
Octal12326016165044372134563
Binary101001110110000111000111010101001001111110001011100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53B071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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