Html Css Color HEX #52AF7A Ocean Green

📋 copy color: '#52AF7A'

red 82 ◦ green 175 ◦ blue 122

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

Shades of Ocean Green #52AF7A

Tints of Ocean Green #52AF7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 32.19%

R = 21.64%
G = 46.17%
B = 32.19%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.30

 K value IS 0.31

RGB Variations

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

Color information

#52AF7A (or 0x52AF7A) is known color: Ocean Green. HEX triplet: 52, AF and 7A. RGB value is (82,175,122). Sum of RGB (Red+Green+Blue) = 82+175+122=379 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.64% from 379); Green value is 175 (68.75% from 255 or 46.17% from 379); Blue value is 122 (48.05% from 255 or 32.19% from 379); Max value from RGB is 175 - color contains mainly: green. Hex color #52AF7A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52AF7A is #AD5085. Grayscale: #8D8D8D. Windows color (decimal): -11358342 or 8040274. OLE color: 8040274.

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

Color convert

RGB 82 175 122 -
CMYK 0.53 0 0.30 0.31
HSL 145.81º 0.37% 0.5% -
HSV(B) 145.81º 0.53% 0.69% -
XYZ 22.32 33.86 23.77 -
YUV 141.15 117.19 85.81 -
System Red Green Blue C M Y K H S L
Decimal 82 175 122 0.53 0 0.30 0.31 145.81 0.37 0.5
Hex 52 AF 7A 35 0 1E 1F 92 25 32
Octal 122 257 172 65 0 36 37 222 45 62
Binary 1010010 10101111 1111010 110101 0 11110 11111 10010010 100101 110010

Color Harmonies of #52AF7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52AF7A

Black with #52AF7A

Text Example


Text Example

White with #52AF7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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