#53A174

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

Shades of Ocean Green #53A174

Tints of Ocean Green #53A174

Color information

#53A174 (or 0x53A174) is unknown color: approx Ocean Green. HEX triplet: 53, A1 and 74. RGB value is (83,161,116). Sum of RGB (Red+Green+Blue) = 83+161+116=360 (47% of max value = 765). Red value is 83 (32.81% from 255 or 23.06% from 360); Green value is 161 (63.28% from 255 or 44.72% from 360); Blue value is 116 (45.70% from 255 or 32.22% from 360); Max value from RGB is 161 - color contains mainly: green. Hex color #53A174 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53A174 is #AC5E8B. Grayscale: #848484. Windows color (decimal): -11296396 or 7643475. OLE color: 7643475.

HSL color Cylindrical-coordinate representation of color #53A174: hue angle of 145.38º 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 #53A174 is Cyan = 0.48, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.37.

Color convert

RGB83161116-
CMYK0.4800.280.37
HSL145.38º31.97%47.84%-
HSV(B)145.38º48.45%63.14%-
XYZ19.4628.5921.02-
YUV132.55118.6692.66-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 23.06%
GREEN value IS 161 (63.28% from 255) = 44.72%
BLUE value IS 116 (45.70% from 255) = 32.22%
R=23.06%
G=44.72%
B=32.22%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal831611160.4800.280.37145.3831.9747.84
Hex53A1743001C25912030
Octal12324116460034452214060
Binary101001110100001111010011000001110010010110010001100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53A174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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