#53A878

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

Shades of Ocean Green #53A878

Tints of Ocean Green #53A878

Color information

#53A878 (or 0x53A878) is unknown color: approx Ocean Green. HEX triplet: 53, A8 and 78. RGB value is (83,168,120). Sum of RGB (Red+Green+Blue) = 83+168+120=371 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.37% from 371); Green value is 168 (66.02% from 255 or 45.28% from 371); Blue value is 120 (47.27% from 255 or 32.35% from 371); Max value from RGB is 168 - color contains mainly: green. Hex color #53A878 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53A878 is #AC5787. Grayscale: #898989. Windows color (decimal): -11294600 or 7907411. OLE color: 7907411.

HSL color Cylindrical-coordinate representation of color #53A878: hue angle of 146.12º 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 #53A878 is Cyan = 0.51, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.34.

Color convert

RGB83168120-
CMYK0.5100.290.34
HSL146.12º33.86%49.22%-
HSV(B)146.12º50.6%65.88%-
XYZ20.9631.222.69-
YUV137.11118.3489.4-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 22.37%
GREEN value IS 168 (66.02% from 255) = 45.28%
BLUE value IS 120 (47.27% from 255) = 32.35%
R=22.37%
G=45.28%
B=32.35%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal831681200.5100.290.34146.1233.8649.22
Hex53A8783301D22922231
Octal12325017063035422224261
Binary101001110101000111100011001101110110001010010010100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53A878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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