#52AF68

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

Shades of Ocean Green #52AF68

Tints of Ocean Green #52AF68

Color information

#52AF68 (or 0x52AF68) is unknown color: approx Ocean Green. HEX triplet: 52, AF and 68. RGB value is (82,175,104). Sum of RGB (Red+Green+Blue) = 82+175+104=361 (47% of max value = 765). Red value is 82 (32.42% from 255 or 22.71% from 361); Green value is 175 (68.75% from 255 or 48.48% from 361); Blue value is 104 (41.02% from 255 or 28.81% from 361); Max value from RGB is 175 - color contains mainly: green. Hex color #52AF68 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52AF68 is #AD5097. Grayscale: #8B8B8B. Windows color (decimal): -11358360 or 6860626. OLE color: 6860626.

HSL color Cylindrical-coordinate representation of color #52AF68: hue angle of 134.19º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #52AF68 is Cyan = 0.53, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.31.

Color convert

RGB82175104-
CMYK0.5300.410.31
HSL134.19º36.76%50.39%-
HSV(B)134.19º53.14%68.63%-
XYZ21.3133.4518.43-
YUV139.1108.1987.27-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 22.71%
GREEN value IS 175 (68.75% from 255) = 48.48%
BLUE value IS 104 (41.02% from 255) = 28.81%
R=22.71%
G=48.48%
B=28.81%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal821751040.5300.410.31134.1936.7650.39
Hex52AF68350291F862532
Octal12225715065051372064562
Binary101001010101111110100011010101010011111110000110100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52AF68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,175,104); }

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

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

 a { background-color: rgb(82,175,104); }

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

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

 span { border-color: rgb(82,175,104); }

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