#53AA75

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

Shades of Ocean Green #53AA75

Tints of Ocean Green #53AA75

Color information

#53AA75 (or 0x53AA75) is unknown color: approx Ocean Green. HEX triplet: 53, AA and 75. RGB value is (83,170,117). Sum of RGB (Red+Green+Blue) = 83+170+117=370 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.43% from 370); Green value is 170 (66.80% from 255 or 45.95% from 370); Blue value is 117 (46.09% from 255 or 31.62% from 370); Max value from RGB is 170 - color contains mainly: green. Hex color #53AA75 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53AA75 is #AC558A. Grayscale: #8A8A8A. Windows color (decimal): -11294091 or 7711315. OLE color: 7711315.

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

Color convert

RGB83170117-
CMYK0.5100.310.33
HSL143.45º34.39%49.61%-
HSV(B)143.45º51.18%66.67%-
XYZ21.1531.8721.87-
YUV137.94116.1888.81-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 22.43%
GREEN value IS 170 (66.80% from 255) = 45.95%
BLUE value IS 117 (46.09% from 255) = 31.62%
R=22.43%
G=45.95%
B=31.62%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal831701170.5100.310.33143.4534.3949.61
Hex53AA753301F218f2232
Octal12325216563037412174262
Binary101001110101010111010111001101111110000110001111100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53AA75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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