#52A66A

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

Shades of Ocean Green #52A66A

Tints of Ocean Green #52A66A

Color information

#52A66A (or 0x52A66A) is unknown color: approx Ocean Green. HEX triplet: 52, A6 and 6A. RGB value is (82,166,106). Sum of RGB (Red+Green+Blue) = 82+166+106=354 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.16% from 354); Green value is 166 (65.23% from 255 or 46.89% from 354); Blue value is 106 (41.80% from 255 or 29.94% from 354); Max value from RGB is 166 - color contains mainly: green. Hex color #52A66A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52A66A is #AD5995. Grayscale: #868686. Windows color (decimal): -11360662 or 6989394. OLE color: 6989394.

HSL color Cylindrical-coordinate representation of color #52A66A: hue angle of 137.14º degrees, saturation: 0.34, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #52A66A is Cyan = 0.51, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.35.

Color convert

RGB82166106-
CMYK0.5100.360.35
HSL137.14º33.87%48.63%-
HSV(B)137.14º50.6%65.1%-
XYZ19.7230.1118.41-
YUV134.04112.1790.88-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 23.16%
GREEN value IS 166 (65.23% from 255) = 46.89%
BLUE value IS 106 (41.80% from 255) = 29.94%
R=23.16%
G=46.89%
B=29.94%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal821661060.5100.360.35137.1433.8748.63
Hex52A66A3302423892231
Octal12224615263044432114261
Binary1010010101001101101010110011010010010001110001001100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52A66A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,166,106); }

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

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

 a { background-color: rgb(82,166,106); }

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

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

 span { border-color: rgb(82,166,106); }

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