#53A470

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

Shades of Ocean Green #53A470

Tints of Ocean Green #53A470

Color information

#53A470 (or 0x53A470) is unknown color: approx Ocean Green. HEX triplet: 53, A4 and 70. RGB value is (83,164,112). Sum of RGB (Red+Green+Blue) = 83+164+112=359 (47% of max value = 765). Red value is 83 (32.81% from 255 or 23.12% from 359); Green value is 164 (64.45% from 255 or 45.68% from 359); Blue value is 112 (44.14% from 255 or 31.20% from 359); Max value from RGB is 164 - color contains mainly: green. Hex color #53A470 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53A470 is #AC5B8F. Grayscale: #858585. Windows color (decimal): -11295632 or 7382099. OLE color: 7382099.

HSL color Cylindrical-coordinate representation of color #53A470: hue angle of 141.48º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #53A470 is Cyan = 0.49, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.36.

Color convert

RGB83164112-
CMYK0.4900.320.36
HSL141.48º32.79%48.43%-
HSV(B)141.48º49.39%64.31%-
XYZ19.7729.5619.99-
YUV133.85115.6691.73-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 23.12%
GREEN value IS 164 (64.45% from 255) = 45.68%
BLUE value IS 112 (44.14% from 255) = 31.20%
R=23.12%
G=45.68%
B=31.20%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal831641120.4900.320.36141.4832.7948.43
Hex53A47031020248d2130
Octal12324416061040442154160
Binary1010011101001001110000110001010000010010010001101100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53A470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,164,112); }

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

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

 a { background-color: rgb(83,164,112); }

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

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

 span { border-color: rgb(83,164,112); }

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