#53A872

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

Shades of Ocean Green #53A872

Tints of Ocean Green #53A872

Color information

#53A872 (or 0x53A872) is unknown color: approx Ocean Green. HEX triplet: 53, A8 and 72. RGB value is (83,168,114). Sum of RGB (Red+Green+Blue) = 83+168+114=365 (48% of max value = 765). Red value is 83 (32.81% from 255 or 22.74% from 365); Green value is 168 (66.02% from 255 or 46.03% from 365); Blue value is 114 (44.92% from 255 or 31.23% from 365); Max value from RGB is 168 - color contains mainly: green. Hex color #53A872 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53A872 is #AC578D. Grayscale: #888888. Windows color (decimal): -11294606 or 7514195. OLE color: 7514195.

HSL color Cylindrical-coordinate representation of color #53A872: hue angle of 141.88º degrees, saturation: 0.34, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #53A872 is Cyan = 0.51, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.34.

Color convert

RGB83168114-
CMYK0.5100.320.34
HSL141.88º33.86%49.22%-
HSV(B)141.88º50.6%65.88%-
XYZ20.6131.0620.83-
YUV136.43115.3489.89-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 22.74%
GREEN value IS 168 (66.02% from 255) = 46.03%
BLUE value IS 114 (44.92% from 255) = 31.23%
R=22.74%
G=46.03%
B=31.23%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal831681140.5100.320.34141.8833.8649.22
Hex53A87233020228e2231
Octal12325016263040422164261
Binary1010011101010001110010110011010000010001010001110100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53A872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,168,114); }

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

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

 a { background-color: rgb(83,168,114); }

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

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

 span { border-color: rgb(83,168,114); }

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