Html Css Color HEX #71DBA1 Medium Aquamarine

📋 copy color: '#71DBA1'

red 113 ◦ green 219 ◦ blue 161

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

Shades of Medium Aquamarine #71DBA1

Tints of Medium Aquamarine #71DBA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 32.66%

R = 22.92%
G = 44.42%
B = 32.66%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.26

 K value IS 0.14

RGB Variations

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

Color information

#71DBA1 (or 0x71DBA1) is known color: Medium Aquamarine. HEX triplet: 71, DB and A1. RGB value is (113,219,161). Sum of RGB (Red+Green+Blue) = 113+219+161=493 (65% of max value = 765). Red value is 113 (44.53% from 255 or 22.92% from 493); Green value is 219 (85.94% from 255 or 44.42% from 493); Blue value is 161 (63.28% from 255 or 32.66% from 493); Max value from RGB is 219 - color contains mainly: green. Hex color #71DBA1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #71DBA1 is #8E245E. Grayscale: #B4B4B4. Windows color (decimal): -9315423 or 10607473. OLE color: 10607473.

HSL color Cylindrical-coordinate representation of color #71DBA1: hue angle of 147.17º 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 #71DBA1 is Cyan = 0.48, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.14.

Color convert

RGB 113 219 161 -
CMYK 0.48 0 0.26 0.14
HSL 147.17º 0.6% 0.65% -
HSV(B) 147.17º 0.48% 0.86% -
XYZ 38.57 56.75 42.64 -
YUV 180.69 116.88 79.72 -
System Red Green Blue C M Y K H S L
Decimal 113 219 161 0.48 0 0.26 0.14 147.17 0.6 0.65
Hex 71 DB A1 30 0 1A E 93 3C 41
Octal 161 333 241 60 0 32 16 223 74 101
Binary 1110001 11011011 10100001 110000 0 11010 1110 10010011 111100 1000001

Color Harmonies of #71DBA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71DBA1

Black with #71DBA1

Text Example


Text Example

White with #71DBA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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