#52b782

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

Shades of Ocean Green #52B782

Tints of Ocean Green #52B782

Color information

#52B782 (or 0x52B782) is unknown color: approx Ocean Green. HEX triplet: 52, B7 and 82. RGB value is (82,183,130). Sum of RGB (Red+Green+Blue) = 82+183+130=395 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.76% from 395); Green value is 183 (71.88% from 255 or 46.33% from 395); Blue value is 130 (51.17% from 255 or 32.91% from 395); Max value from RGB is 183 - color contains mainly: green. Hex color #52B782 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52B782 is #AD487D. Grayscale: #929292. Windows color (decimal): -11356286 or 8566610. OLE color: 8566610.

HSL color Cylindrical-coordinate representation of color #52B782: hue angle of 148.51º degrees, saturation: 0.41, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #52B782 is Cyan = 0.55, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.28.

Color convert

RGB82183130-
CMYK0.5500.290.28
HSL148.51º41.22%51.96%-
HSV(B)148.51º55.19%71.76%-
XYZ24.4437.2727.03-
YUV146.76118.5481.81-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 20.76%
GREEN value IS 183 (71.88% from 255) = 46.33%
BLUE value IS 130 (51.17% from 255) = 32.91%
R=20.76%
G=46.33%
B=32.91%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal821831300.5500.290.28148.5141.2251.96
Hex52B7823701D1C952934
Octal12226720267035342255164
Binary101001010110111100000101101110111011110010010101101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52b782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,183,130); }

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

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

 a { background-color: rgb(82,183,130); }

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

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

 span { border-color: rgb(82,183,130); }

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