Html Css Color HEX #71DBA5 Medium Aquamarine

📋 copy color: '#71DBA5'

red 113 ◦ green 219 ◦ blue 165

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

Shades of Medium Aquamarine #71DBA5

Tints of Medium Aquamarine #71DBA5

RGB

 RED value IS 113 (44.53% from 255) = 22.74%

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

 BLUE value IS 165 (64.84% from 255) = 33.2%

R = 22.74%
G = 44.06%
B = 33.2%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.25

 K value IS 0.14

RGB Variations

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

Color information

#71DBA5 (or 0x71DBA5) is known color: Medium Aquamarine. HEX triplet: 71, DB and A5. RGB value is (113,219,165). Sum of RGB (Red+Green+Blue) = 113+219+165=497 (65% of max value = 765). Red value is 113 (44.53% from 255 or 22.74% from 497); Green value is 219 (85.94% from 255 or 44.06% from 497); Blue value is 165 (64.84% from 255 or 33.20% from 497); Max value from RGB is 219 - color contains mainly: green. Hex color #71DBA5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #71DBA5 is #8E245A. Grayscale: #B5B5B5. Windows color (decimal): -9315419 or 10869617. OLE color: 10869617.

HSL color Cylindrical-coordinate representation of color #71DBA5: hue angle of 149.43º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #71DBA5 is Cyan = 0.48, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.14.

Color convert

RGB 113 219 165 -
CMYK 0.48 0 0.25 0.14
HSL 149.43º 0.6% 0.65% -
HSV(B) 149.43º 0.48% 0.86% -
XYZ 38.93 56.89 44.53 -
YUV 181.15 118.88 79.39 -
System Red Green Blue C M Y K H S L
Decimal 113 219 165 0.48 0 0.25 0.14 149.43 0.6 0.65
Hex 71 DB A5 30 0 19 E 95 3C 41
Octal 161 333 245 60 0 31 16 225 74 101
Binary 1110001 11011011 10100101 110000 0 11001 1110 10010101 111100 1000001

Color Harmonies of #71DBA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71DBA5

Black with #71DBA5

Text Example


Text Example

White with #71DBA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71DBA5; }

 p { color: rgb(113,219,165); }

 H1.HeaderClassName
 {
   color: #71DBA5;
 }
 .AnyTagClassName
 {
   color: #71DBA5;
 }
</style>

background-color css

<style>
 a { background-color: #71DBA5; }

 a { background-color: rgb(113,219,165); }

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

border-color css

<style>
 span { border-color: #71DBA5; }

 span { border-color: rgb(113,219,165); }

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