Html Css Color HEX #52AF71 Ocean Green

📋 copy color: '#52AF71'

red 82 ◦ green 175 ◦ blue 113

#52AF71
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ocean Green #52AF71

Tints of Ocean Green #52AF71

RGB

 RED value IS 82 (32.42% from 255) = 22.16%

 GREEN value IS 175 (68.75% from 255) = 47.3%

 BLUE value IS 113 (44.53% from 255) = 30.54%

R = 22.16%
G = 47.3%
B = 30.54%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.35

 K value IS 0.31

RGB Variations

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

Color information

#52AF71 (or 0x52AF71) is known color: Ocean Green. HEX triplet: 52, AF and 71. RGB value is (82,175,113). Sum of RGB (Red+Green+Blue) = 82+175+113=370 (49% of max value = 765). Red value is 82 (32.42% from 255 or 22.16% from 370); Green value is 175 (68.75% from 255 or 47.30% from 370); Blue value is 113 (44.53% from 255 or 30.54% from 370); Max value from RGB is 175 - color contains mainly: green. Hex color #52AF71 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52AF71 is #AD508E. Grayscale: #8C8C8C. Windows color (decimal): -11358351 or 7450450. OLE color: 7450450.

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

Color convert

RGB 82 175 113 -
CMYK 0.53 0 0.35 0.31
HSL 140º 0.37% 0.5% -
HSV(B) 140º 0.53% 0.69% -
XYZ 21.79 33.65 20.97 -
YUV 140.13 112.69 86.54 -
System Red Green Blue C M Y K H S L
Decimal 82 175 113 0.53 0 0.35 0.31 140 0.37 0.5
Hex 52 AF 71 35 0 23 1F 8C 25 32
Octal 122 257 161 65 0 43 37 214 45 62
Binary 1010010 10101111 1110001 110101 0 100011 11111 10001100 100101 110010

Color Harmonies of #52AF71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52AF71

Black with #52AF71

Text Example


Text Example

White with #52AF71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #52AF71;
 }
 .AnyTagClassName
 {
   color: #52AF71;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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