Html Css Color HEX #52AF74 Ocean Green

📋 copy color: '#52AF74'

red 82 ◦ green 175 ◦ blue 116

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

Shades of Ocean Green #52AF74

Tints of Ocean Green #52AF74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 31.1%

R = 21.98%
G = 46.92%
B = 31.1%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.34

 K value IS 0.31

RGB Variations

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

Color information

#52AF74 (or 0x52AF74) is known color: Ocean Green. HEX triplet: 52, AF and 74. RGB value is (82,175,116). Sum of RGB (Red+Green+Blue) = 82+175+116=373 (49% of max value = 765). Red value is 82 (32.42% from 255 or 21.98% from 373); Green value is 175 (68.75% from 255 or 46.92% from 373); Blue value is 116 (45.70% from 255 or 31.10% from 373); Max value from RGB is 175 - color contains mainly: green. Hex color #52AF74 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52AF74 is #AD508B. Grayscale: #8C8C8C. Windows color (decimal): -11358348 or 7647058. OLE color: 7647058.

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

Color convert

RGB 82 175 116 -
CMYK 0.53 0 0.34 0.31
HSL 141.94º 0.37% 0.5% -
HSV(B) 141.94º 0.53% 0.69% -
XYZ 21.96 33.71 21.87 -
YUV 140.47 114.19 86.3 -
System Red Green Blue C M Y K H S L
Decimal 82 175 116 0.53 0 0.34 0.31 141.94 0.37 0.5
Hex 52 AF 74 35 0 22 1F 8E 25 32
Octal 122 257 164 65 0 42 37 216 45 62
Binary 1010010 10101111 1110100 110101 0 100010 11111 10001110 100101 110010

Color Harmonies of #52AF74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52AF74

Black with #52AF74

Text Example


Text Example

White with #52AF74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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