Html Css Color HEX #52CCAB Medium Aquamarine

📋 copy color: '#52CCAB'

red 82 ◦ green 204 ◦ blue 171

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

Shades of Medium Aquamarine #52CCAB

Tints of Medium Aquamarine #52CCAB

RGB

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

 GREEN value IS 204 (80.08% from 255) = 44.64%

 BLUE value IS 171 (67.19% from 255) = 37.42%

R = 17.94%
G = 44.64%
B = 37.42%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.16

 K value IS 0.2

RGB Variations

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

Color information

#52CCAB (or 0x52CCAB) is known color: Medium Aquamarine. HEX triplet: 52, CC and AB. RGB value is (82,204,171). Sum of RGB (Red+Green+Blue) = 82+204+171=457 (60% of max value = 765). Red value is 82 (32.42% from 255 or 17.94% from 457); Green value is 204 (80.08% from 255 or 44.64% from 457); Blue value is 171 (67.19% from 255 or 37.42% from 457); Max value from RGB is 204 - color contains mainly: green. Hex color #52CCAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52CCAB is #AD3354. Grayscale: #A3A3A3. Windows color (decimal): -11350869 or 11258962. OLE color: 11258962.

HSL color Cylindrical-coordinate representation of color #52CCAB: hue angle of 163.77º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #52CCAB is Cyan = 0.60, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.2.

Color convert

RGB 82 204 171 -
CMYK 0.60 0 0.16 0.2
HSL 163.77º 0.54% 0.56% -
HSV(B) 163.77º 0.6% 0.8% -
XYZ 32.42 47.92 46.07 -
YUV 163.76 132.08 69.68 -
System Red Green Blue C M Y K H S L
Decimal 82 204 171 0.60 0 0.16 0.2 163.77 0.54 0.56
Hex 52 CC AB 3C 0 10 14 A4 36 38
Octal 122 314 253 74 0 20 24 244 66 70
Binary 1010010 11001100 10101011 111100 0 10000 10100 10100100 110110 111000

Color Harmonies of #52CCAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52CCAB

Black with #52CCAB

Text Example


Text Example

White with #52CCAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,204,171); }

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

background-color css

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

 a { background-color: rgb(82,204,171); }

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

border-color css

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

 span { border-color: rgb(82,204,171); }

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