#52AF75

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

Shades of Ocean Green #52AF75

Tints of Ocean Green #52AF75

Color information

#52AF75 (or 0x52AF75) is unknown color: approx Ocean Green. HEX triplet: 52, AF and 75. RGB value is (82,175,117). Sum of RGB (Red+Green+Blue) = 82+175+117=374 (49% of max value = 765). Red value is 82 (32.42% from 255 or 21.93% from 374); Green value is 175 (68.75% from 255 or 46.79% from 374); Blue value is 117 (46.09% from 255 or 31.28% from 374); Max value from RGB is 175 - color contains mainly: green. Hex color #52AF75 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52AF75 is #AD508A. Grayscale: #8C8C8C. Windows color (decimal): -11358347 or 7712594. OLE color: 7712594.

HSL color Cylindrical-coordinate representation of color #52AF75: hue angle of 142.58º 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 #52AF75 is Cyan = 0.53, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.31.

Color convert

RGB82175117-
CMYK0.5300.330.31
HSL142.58º36.76%50.39%-
HSV(B)142.58º53.14%68.63%-
XYZ22.0233.7422.18-
YUV140.58114.6986.22-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 21.93%
GREEN value IS 175 (68.75% from 255) = 46.79%
BLUE value IS 117 (46.09% from 255) = 31.28%
R=21.93%
G=46.79%
B=31.28%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal821751170.5300.330.31142.5836.7650.39
Hex52AF75350211F8f2532
Octal12225716565041372174562
Binary101001010101111111010111010101000011111110001111100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52AF75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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