#53AC74

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

Shades of Ocean Green #53AC74

Tints of Ocean Green #53AC74

Color information

#53AC74 (or 0x53AC74) is unknown color: approx Ocean Green. HEX triplet: 53, AC and 74. RGB value is (83,172,116). Sum of RGB (Red+Green+Blue) = 83+172+116=371 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.37% from 371); Green value is 172 (67.58% from 255 or 46.36% from 371); Blue value is 116 (45.70% from 255 or 31.27% from 371); Max value from RGB is 172 - color contains mainly: green. Hex color #53AC74 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53AC74 is #AC538B. Grayscale: #8B8B8B. Windows color (decimal): -11293580 or 7646291. OLE color: 7646291.

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

Color convert

RGB83172116-
CMYK0.5200.330.33
HSL142.25º34.9%50%-
HSV(B)142.25º51.74%67.45%-
XYZ21.4732.6121.68-
YUV139115.0188.05-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 22.37%
GREEN value IS 172 (67.58% from 255) = 46.36%
BLUE value IS 116 (45.70% from 255) = 31.27%
R=22.37%
G=46.36%
B=31.27%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal831721160.5200.330.33142.2534.950
Hex53AC7434021218e2332
Octal12325416464041412164362
Binary1010011101011001110100110100010000110000110001110100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53AC74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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