#52B66F

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

Shades of Ocean Green #52B66F

Tints of Ocean Green #52B66F

Color information

#52B66F (or 0x52B66F) is unknown color: approx Ocean Green. HEX triplet: 52, B6 and 6F. RGB value is (82,182,111). Sum of RGB (Red+Green+Blue) = 82+182+111=375 (49% of max value = 765). Red value is 82 (32.42% from 255 or 21.87% from 375); Green value is 182 (71.48% from 255 or 48.53% from 375); Blue value is 111 (43.75% from 255 or 29.6% from 375); Max value from RGB is 182 - color contains mainly: green. Hex color #52B66F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52B66F is #AD4990. Grayscale: #909090. Windows color (decimal): -11356561 or 7321170. OLE color: 7321170.

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

Color convert

RGB82182111-
CMYK0.5500.390.29
HSL137.4º40.65%51.76%-
HSV(B)137.4º54.95%71.37%-
XYZ23.0836.420.85-
YUV144.01109.3783.77-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 21.87%
GREEN value IS 182 (71.48% from 255) = 48.53%
BLUE value IS 111 (43.75% from 255) = 29.6%
R=21.87%
G=48.53%
B=29.6%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal821821110.5500.390.29137.440.6551.76
Hex52B66F370271D892934
Octal12226615767047352115164
Binary101001010110110110111111011101001111110110001001101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52B66F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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