#52A671

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

Shades of Ocean Green #52A671

Tints of Ocean Green #52A671

Color information

#52A671 (or 0x52A671) is unknown color: approx Ocean Green. HEX triplet: 52, A6 and 71. RGB value is (82,166,113). Sum of RGB (Red+Green+Blue) = 82+166+113=361 (47% of max value = 765). Red value is 82 (32.42% from 255 or 22.71% from 361); Green value is 166 (65.23% from 255 or 45.98% from 361); Blue value is 113 (44.53% from 255 or 31.30% from 361); Max value from RGB is 166 - color contains mainly: green. Hex color #52A671 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52A671 is #AD598E. Grayscale: #868686. Windows color (decimal): -11360655 or 7448146. OLE color: 7448146.

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

Color convert

RGB82166113-
CMYK0.5100.320.35
HSL142.14º33.87%48.63%-
HSV(B)142.14º50.6%65.1%-
XYZ20.130.2620.4-
YUV134.84115.6790.31-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 22.71%
GREEN value IS 166 (65.23% from 255) = 45.98%
BLUE value IS 113 (44.53% from 255) = 31.30%
R=22.71%
G=45.98%
B=31.30%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal821661130.5100.320.35142.1433.8748.63
Hex52A67133020238e2231
Octal12224616163040432164261
Binary1010010101001101110001110011010000010001110001110100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52A671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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