#52B16B

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

Shades of Ocean Green #52B16B

Tints of Ocean Green #52B16B

Color information

#52B16B (or 0x52B16B) is unknown color: approx Ocean Green. HEX triplet: 52, B1 and 6B. RGB value is (82,177,107). Sum of RGB (Red+Green+Blue) = 82+177+107=366 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.40% from 366); Green value is 177 (69.53% from 255 or 48.36% from 366); Blue value is 107 (42.19% from 255 or 29.23% from 366); Max value from RGB is 177 - color contains mainly: green. Hex color #52B16B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52B16B is #AD4E94. Grayscale: #8C8C8C. Windows color (decimal): -11357845 or 7057746. OLE color: 7057746.

HSL color Cylindrical-coordinate representation of color #52B16B: hue angle of 135.79º degrees, saturation: 0.38, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #52B16B is Cyan = 0.54, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.31.

Color convert

RGB82177107-
CMYK0.5400.400.31
HSL135.79º37.85%50.78%-
HSV(B)135.79º53.67%69.41%-
XYZ21.8634.319.38-
YUV140.62109.0386.19-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 22.40%
GREEN value IS 177 (69.53% from 255) = 48.36%
BLUE value IS 107 (42.19% from 255) = 29.23%
R=22.40%
G=48.36%
B=29.23%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal821771070.5400.400.31135.7937.8550.78
Hex52B16B360281F882633
Octal12226115366050372104663
Binary101001010110001110101111011001010001111110001000100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52B16B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,177,107); }

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

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

 a { background-color: rgb(82,177,107); }

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

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

 span { border-color: rgb(82,177,107); }

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