#52AE6C

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

Shades of Ocean Green #52AE6C

Tints of Ocean Green #52AE6C

Color information

#52AE6C (or 0x52AE6C) is unknown color: approx Ocean Green. HEX triplet: 52, AE and 6C. RGB value is (82,174,108). Sum of RGB (Red+Green+Blue) = 82+174+108=364 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.53% from 364); Green value is 174 (68.36% from 255 or 47.80% from 364); Blue value is 108 (42.58% from 255 or 29.67% from 364); Max value from RGB is 174 - color contains mainly: green. Hex color #52AE6C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52AE6C is #AD5193. Grayscale: #8B8B8B. Windows color (decimal): -11358612 or 7122514. OLE color: 7122514.

HSL color Cylindrical-coordinate representation of color #52AE6C: hue angle of 136.96º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #52AE6C is Cyan = 0.53, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.32.

Color convert

RGB82174108-
CMYK0.5300.380.32
HSL136.96º36.22%50.2%-
HSV(B)136.96º52.87%68.24%-
XYZ21.3233.1519.46-
YUV138.97110.5287.37-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 22.53%
GREEN value IS 174 (68.36% from 255) = 47.80%
BLUE value IS 108 (42.58% from 255) = 29.67%
R=22.53%
G=47.80%
B=29.67%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal821741080.5300.380.32136.9636.2250.2
Hex52AE6C3502620892432
Octal12225615465046402114462
Binary1010010101011101101100110101010011010000010001001100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52AE6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,174,108); }

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

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

 a { background-color: rgb(82,174,108); }

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

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

 span { border-color: rgb(82,174,108); }

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