Html Css Color HEX #52DBB8 Medium Aquamarine

📋 copy color: '#52DBB8'

red 82 ◦ green 219 ◦ blue 184

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

Shades of Medium Aquamarine #52DBB8

Tints of Medium Aquamarine #52DBB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 37.94%

R = 16.91%
G = 45.15%
B = 37.94%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.16

 K value IS 0.14

RGB Variations

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

Color information

#52DBB8 (or 0x52DBB8) is known color: Medium Aquamarine. HEX triplet: 52, DB and B8. RGB value is (82,219,184). Sum of RGB (Red+Green+Blue) = 82+219+184=485 (64% of max value = 765). Red value is 82 (32.42% from 255 or 16.91% from 485); Green value is 219 (85.94% from 255 or 45.15% from 485); Blue value is 184 (72.27% from 255 or 37.94% from 485); Max value from RGB is 219 - color contains mainly: green. Hex color #52DBB8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52DBB8 is #AD2447. Grayscale: #AEAEAE. Windows color (decimal): -11347016 or 12114770. OLE color: 12114770.

HSL color Cylindrical-coordinate representation of color #52DBB8: hue angle of 164.67º 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 #52DBB8 is Cyan = 0.63, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.14.

Color convert

RGB 82 219 184 -
CMYK 0.63 0 0.16 0.14
HSL 164.67º 0.66% 0.59% -
HSV(B) 164.67º 0.63% 0.86% -
XYZ 37.46 55.92 54.17 -
YUV 174.05 133.61 62.35 -
System Red Green Blue C M Y K H S L
Decimal 82 219 184 0.63 0 0.16 0.14 164.67 0.66 0.59
Hex 52 DB B8 3F 0 10 E A5 42 3B
Octal 122 333 270 77 0 20 16 245 102 73
Binary 1010010 11011011 10111000 111111 0 10000 1110 10100101 1000010 111011

Color Harmonies of #52DBB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52DBB8

Black with #52DBB8

Text Example


Text Example

White with #52DBB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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