#52AE6E

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

Shades of Ocean Green #52AE6E

Tints of Ocean Green #52AE6E

Color information

#52AE6E (or 0x52AE6E) is unknown color: approx Ocean Green. HEX triplet: 52, AE and 6E. RGB value is (82,174,110). Sum of RGB (Red+Green+Blue) = 82+174+110=366 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.40% from 366); Green value is 174 (68.36% from 255 or 47.54% from 366); Blue value is 110 (43.36% from 255 or 30.05% from 366); Max value from RGB is 174 - color contains mainly: green. Hex color #52AE6E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52AE6E is #AD5191. Grayscale: #8B8B8B. Windows color (decimal): -11358610 or 7253586. OLE color: 7253586.

HSL color Cylindrical-coordinate representation of color #52AE6E: hue angle of 138.26º 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 #52AE6E is Cyan = 0.53, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.32.

Color convert

RGB82174110-
CMYK0.5300.370.32
HSL138.26º36.22%50.2%-
HSV(B)138.26º52.87%68.24%-
XYZ21.4333.1920.03-
YUV139.2111.5287.2-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 22.40%
GREEN value IS 174 (68.36% from 255) = 47.54%
BLUE value IS 110 (43.36% from 255) = 30.05%
R=22.40%
G=47.54%
B=30.05%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal821741100.5300.370.32138.2636.2250.2
Hex52AE6E35025208a2432
Octal12225615665045402124462
Binary1010010101011101101110110101010010110000010001010100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52AE6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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