#53A16F

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

Shades of Ocean Green #53A16F

Tints of Ocean Green #53A16F

Color information

#53A16F (or 0x53A16F) is unknown color: approx Ocean Green. HEX triplet: 53, A1 and 6F. RGB value is (83,161,111). Sum of RGB (Red+Green+Blue) = 83+161+111=355 (47% of max value = 765). Red value is 83 (32.81% from 255 or 23.38% from 355); Green value is 161 (63.28% from 255 or 45.35% from 355); Blue value is 111 (43.75% from 255 or 31.27% from 355); Max value from RGB is 161 - color contains mainly: green. Hex color #53A16F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53A16F is #AC5E90. Grayscale: #848484. Windows color (decimal): -11296401 or 7315795. OLE color: 7315795.

HSL color Cylindrical-coordinate representation of color #53A16F: hue angle of 141.54º degrees, saturation: 0.32, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #53A16F is Cyan = 0.48, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.37.

Color convert

RGB83161111-
CMYK0.4800.310.37
HSL141.54º31.97%47.84%-
HSV(B)141.54º48.45%63.14%-
XYZ19.1828.4819.52-
YUV131.98116.1693.07-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 23.38%
GREEN value IS 161 (63.28% from 255) = 45.35%
BLUE value IS 111 (43.75% from 255) = 31.27%
R=23.38%
G=45.35%
B=31.27%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal831611110.4800.310.37141.5431.9747.84
Hex53A16F3001F258e2030
Octal12324115760037452164060
Binary101001110100001110111111000001111110010110001110100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53A16F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,161,111); }

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

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

 a { background-color: rgb(83,161,111); }

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

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

 span { border-color: rgb(83,161,111); }

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