#53AC76

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

Shades of Ocean Green #53AC76

Tints of Ocean Green #53AC76

Color information

#53AC76 (or 0x53AC76) is unknown color: approx Ocean Green. HEX triplet: 53, AC and 76. RGB value is (83,172,118). Sum of RGB (Red+Green+Blue) = 83+172+118=373 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.25% from 373); Green value is 172 (67.58% from 255 or 46.11% from 373); Blue value is 118 (46.48% from 255 or 31.64% from 373); Max value from RGB is 172 - color contains mainly: green. Hex color #53AC76 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53AC76 is #AC5389. Grayscale: #8B8B8B. Windows color (decimal): -11293578 or 7777363. OLE color: 7777363.

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

Color convert

RGB83172118-
CMYK0.5200.310.33
HSL143.6º34.9%50%-
HSV(B)143.6º51.74%67.45%-
XYZ21.5932.6522.3-
YUV139.23116.0187.89-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 22.25%
GREEN value IS 172 (67.58% from 255) = 46.11%
BLUE value IS 118 (46.48% from 255) = 31.64%
R=22.25%
G=46.11%
B=31.64%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal831721180.5200.310.33143.634.950
Hex53AC763401F21902332
Octal12325416664037412204362
Binary101001110101100111011011010001111110000110010000100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53AC76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,172,118); }

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

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

 a { background-color: rgb(83,172,118); }

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

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

 span { border-color: rgb(83,172,118); }

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