#53AA79

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

Shades of Ocean Green #53AA79

Tints of Ocean Green #53AA79

Color information

#53AA79 (or 0x53AA79) is unknown color: approx Ocean Green. HEX triplet: 53, AA and 79. RGB value is (83,170,121). Sum of RGB (Red+Green+Blue) = 83+170+121=374 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.19% from 374); Green value is 170 (66.80% from 255 or 45.45% from 374); Blue value is 121 (47.66% from 255 or 32.35% from 374); Max value from RGB is 170 - color contains mainly: green. Hex color #53AA79 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53AA79 is #AC5586. Grayscale: #8A8A8A. Windows color (decimal): -11294087 or 7973459. OLE color: 7973459.

HSL color Cylindrical-coordinate representation of color #53AA79: hue angle of 146.21º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #53AA79 is Cyan = 0.51, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.33.

Color convert

RGB83170121-
CMYK0.5100.290.33
HSL146.21º34.39%49.61%-
HSV(B)146.21º51.18%66.67%-
XYZ21.3931.9723.13-
YUV138.4118.1888.48-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 22.19%
GREEN value IS 170 (66.80% from 255) = 45.45%
BLUE value IS 121 (47.66% from 255) = 32.35%
R=22.19%
G=45.45%
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.33
SystemRedGreenBlueCMYKHSL
Decimal831701210.5100.290.33146.2134.3949.61
Hex53AA793301D21922232
Octal12325217163035412224262
Binary101001110101010111100111001101110110000110010010100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53AA79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,170,121); }

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

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

 a { background-color: rgb(83,170,121); }

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

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

 span { border-color: rgb(83,170,121); }

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