#52A16C

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

Shades of Ocean Green #52A16C

Tints of Ocean Green #52A16C

Color information

#52A16C (or 0x52A16C) is unknown color: approx Ocean Green. HEX triplet: 52, A1 and 6C. RGB value is (82,161,108). Sum of RGB (Red+Green+Blue) = 82+161+108=351 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.36% from 351); Green value is 161 (63.28% from 255 or 45.87% from 351); Blue value is 108 (42.58% from 255 or 30.77% from 351); Max value from RGB is 161 - color contains mainly: green. Hex color #52A16C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52A16C is #AD5E93. Grayscale: #838383. Windows color (decimal): -11361940 or 7119186. OLE color: 7119186.

HSL color Cylindrical-coordinate representation of color #52A16C: hue angle of 139.75º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #52A16C is Cyan = 0.49, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.37.

Color convert

RGB82161108-
CMYK0.4900.330.37
HSL139.75º32.51%47.65%-
HSV(B)139.75º49.07%63.14%-
XYZ18.9328.3718.66-
YUV131.34114.8392.81-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 23.36%
GREEN value IS 161 (63.28% from 255) = 45.87%
BLUE value IS 108 (42.58% from 255) = 30.77%
R=23.36%
G=45.87%
B=30.77%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal821611080.4900.330.37139.7532.5147.65
Hex52A16C31021258c2130
Octal12224115461041452144160
Binary1010010101000011101100110001010000110010110001100100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52A16C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,161,108); }

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

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

 a { background-color: rgb(82,161,108); }

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

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

 span { border-color: rgb(82,161,108); }

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