Html Css Color HEX #52AF85 Ocean Green

📋 copy color: '#52AF85'

red 82 ◦ green 175 ◦ blue 133

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

Shades of Ocean Green #52AF85

Tints of Ocean Green #52AF85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 34.1%

R = 21.03%
G = 44.87%
B = 34.1%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.24

 K value IS 0.31

RGB Variations

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

Color information

#52AF85 (or 0x52AF85) is known color: Ocean Green. HEX triplet: 52, AF and 85. RGB value is (82,175,133). Sum of RGB (Red+Green+Blue) = 82+175+133=390 (51% of max value = 765). Red value is 82 (32.42% from 255 or 21.03% from 390); Green value is 175 (68.75% from 255 or 44.87% from 390); Blue value is 133 (52.34% from 255 or 34.10% from 390); Max value from RGB is 175 - color contains mainly: green. Hex color #52AF85 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #52AF85 is #AD507A. Grayscale: #8E8E8E. Windows color (decimal): -11358331 or 8761170. OLE color: 8761170.

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

Color convert

RGB 82 175 133 -
CMYK 0.53 0 0.24 0.31
HSL 152.9º 0.37% 0.5% -
HSV(B) 152.9º 0.53% 0.69% -
XYZ 23.04 34.15 27.57 -
YUV 142.41 122.69 84.92 -
System Red Green Blue C M Y K H S L
Decimal 82 175 133 0.53 0 0.24 0.31 152.9 0.37 0.5
Hex 52 AF 85 35 0 18 1F 99 25 32
Octal 122 257 205 65 0 30 37 231 45 62
Binary 1010010 10101111 10000101 110101 0 11000 11111 10011001 100101 110010

Color Harmonies of #52AF85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52AF85

Black with #52AF85

Text Example


Text Example

White with #52AF85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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