#52AC74

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

Shades of Ocean Green #52AC74

Tints of Ocean Green #52AC74

Color information

#52AC74 (or 0x52AC74) is unknown color: approx Ocean Green. HEX triplet: 52, AC and 74. RGB value is (82,172,116). Sum of RGB (Red+Green+Blue) = 82+172+116=370 (49% of max value = 765). Red value is 82 (32.42% from 255 or 22.16% from 370); Green value is 172 (67.58% from 255 or 46.49% from 370); Blue value is 116 (45.70% from 255 or 31.35% from 370); Max value from RGB is 172 - color contains mainly: green. Hex color #52AC74 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52AC74 is #AD538B. Grayscale: #8A8A8A. Windows color (decimal): -11359116 or 7646290. OLE color: 7646290.

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

Color convert

RGB82172116-
CMYK0.5200.330.33
HSL142.67º35.43%49.8%-
HSV(B)142.67º52.33%67.45%-
XYZ21.3832.5621.68-
YUV138.71115.1887.55-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 22.16%
GREEN value IS 172 (67.58% from 255) = 46.49%
BLUE value IS 116 (45.70% from 255) = 31.35%
R=22.16%
G=46.49%
B=31.35%

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
Decimal821721160.5200.330.33142.6735.4349.8
Hex52AC7434021218f2332
Octal12225416464041412174362
Binary1010010101011001110100110100010000110000110001111100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52AC74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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