#52AC79

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

Shades of Ocean Green #52AC79

Tints of Ocean Green #52AC79

Color information

#52AC79 (or 0x52AC79) is unknown color: approx Ocean Green. HEX triplet: 52, AC and 79. RGB value is (82,172,121). Sum of RGB (Red+Green+Blue) = 82+172+121=375 (49% of max value = 765). Red value is 82 (32.42% from 255 or 21.87% from 375); Green value is 172 (67.58% from 255 or 45.87% from 375); Blue value is 121 (47.66% from 255 or 32.27% from 375); Max value from RGB is 172 - color contains mainly: green. Hex color #52AC79 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52AC79 is #AD5386. Grayscale: #8B8B8B. Windows color (decimal): -11359111 or 7973970. OLE color: 7973970.

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

Color convert

RGB82172121-
CMYK0.5200.300.33
HSL146º35.43%49.8%-
HSV(B)146º52.33%67.45%-
XYZ21.6832.6823.25-
YUV139.28117.6887.15-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 21.87%
GREEN value IS 172 (67.58% from 255) = 45.87%
BLUE value IS 121 (47.66% from 255) = 32.27%
R=21.87%
G=45.87%
B=32.27%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal821721210.5200.300.3314635.4349.8
Hex52AC793401E21922332
Octal12225417164036412224362
Binary101001010101100111100111010001111010000110010010100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52AC79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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