#52A66F

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

Shades of Ocean Green #52A66F

Tints of Ocean Green #52A66F

Color information

#52A66F (or 0x52A66F) is unknown color: approx Ocean Green. HEX triplet: 52, A6 and 6F. RGB value is (82,166,111). Sum of RGB (Red+Green+Blue) = 82+166+111=359 (47% of max value = 765). Red value is 82 (32.42% from 255 or 22.84% from 359); Green value is 166 (65.23% from 255 or 46.24% from 359); Blue value is 111 (43.75% from 255 or 30.92% from 359); Max value from RGB is 166 - color contains mainly: green. Hex color #52A66F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52A66F is #AD5990. Grayscale: #868686. Windows color (decimal): -11360657 or 7317074. OLE color: 7317074.

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

Color convert

RGB82166111-
CMYK0.5100.330.35
HSL140.71º33.87%48.63%-
HSV(B)140.71º50.6%65.1%-
XYZ19.9930.2119.82-
YUV134.61114.6790.47-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 22.84%
GREEN value IS 166 (65.23% from 255) = 46.24%
BLUE value IS 111 (43.75% from 255) = 30.92%
R=22.84%
G=46.24%
B=30.92%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal821661110.5100.330.35140.7133.8748.63
Hex52A66F33021238d2231
Octal12224615763041432154261
Binary1010010101001101101111110011010000110001110001101100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52A66F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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