Html Css Color HEX #52DBB1 Medium Aquamarine

📋 copy color: '#52DBB1'

red 82 ◦ green 219 ◦ blue 177

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

Shades of Medium Aquamarine #52DBB1

Tints of Medium Aquamarine #52DBB1

RGB

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

 GREEN value IS 219 (85.94% from 255) = 45.82%

 BLUE value IS 177 (69.53% from 255) = 37.03%

R = 17.15%
G = 45.82%
B = 37.03%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.19

 K value IS 0.14

RGB Variations

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

Color information

#52DBB1 (or 0x52DBB1) is known color: Medium Aquamarine. HEX triplet: 52, DB and B1. RGB value is (82,219,177). Sum of RGB (Red+Green+Blue) = 82+219+177=478 (63% of max value = 765). Red value is 82 (32.42% from 255 or 17.15% from 478); Green value is 219 (85.94% from 255 or 45.82% from 478); Blue value is 177 (69.53% from 255 or 37.03% from 478); Max value from RGB is 219 - color contains mainly: green. Hex color #52DBB1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52DBB1 is #AD244E. Grayscale: #ADADAD. Windows color (decimal): -11347023 or 11656018. OLE color: 11656018.

HSL color Cylindrical-coordinate representation of color #52DBB1: hue angle of 161.61º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #52DBB1 is Cyan = 0.63, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.14.

Color convert

RGB 82 219 177 -
CMYK 0.63 0 0.19 0.14
HSL 161.61º 0.66% 0.59% -
HSV(B) 161.61º 0.63% 0.86% -
XYZ 36.75 55.63 50.4 -
YUV 173.25 130.11 62.92 -
System Red Green Blue C M Y K H S L
Decimal 82 219 177 0.63 0 0.19 0.14 161.61 0.66 0.59
Hex 52 DB B1 3F 0 13 E A2 42 3B
Octal 122 333 261 77 0 23 16 242 102 73
Binary 1010010 11011011 10110001 111111 0 10011 1110 10100010 1000010 111011

Color Harmonies of #52DBB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52DBB1

Black with #52DBB1

Text Example


Text Example

White with #52DBB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,219,177); }

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

background-color css

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

 a { background-color: rgb(82,219,177); }

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

border-color css

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

 span { border-color: rgb(82,219,177); }

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