Html Css Color HEX #71DBA2 Medium Aquamarine

📋 copy color: '#71DBA2'

red 113 ◦ green 219 ◦ blue 162

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

Shades of Medium Aquamarine #71DBA2

Tints of Medium Aquamarine #71DBA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 32.79%

R = 22.87%
G = 44.33%
B = 32.79%

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

#71DBA2 (or 0x71DBA2) is known color: Medium Aquamarine. HEX triplet: 71, DB and A2. RGB value is (113,219,162). Sum of RGB (Red+Green+Blue) = 113+219+162=494 (65% of max value = 765). Red value is 113 (44.53% from 255 or 22.87% from 494); Green value is 219 (85.94% from 255 or 44.33% from 494); Blue value is 162 (63.67% from 255 or 32.79% from 494); Max value from RGB is 219 - color contains mainly: green. Hex color #71DBA2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #71DBA2 is #8E245D. Grayscale: #B4B4B4. Windows color (decimal): -9315422 or 10673009. OLE color: 10673009.

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

Color convert

RGB 113 219 162 -
CMYK 0.48 0 0.26 0.14
HSL 147.74º 0.6% 0.65% -
HSV(B) 147.74º 0.48% 0.86% -
XYZ 38.66 56.78 43.1 -
YUV 180.81 117.38 79.63 -
System Red Green Blue C M Y K H S L
Decimal 113 219 162 0.48 0 0.26 0.14 147.74 0.6 0.65
Hex 71 DB A2 30 0 1A E 94 3C 41
Octal 161 333 242 60 0 32 16 224 74 101
Binary 1110001 11011011 10100010 110000 0 11010 1110 10010100 111100 1000001

Color Harmonies of #71DBA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71DBA2

Black with #71DBA2

Text Example


Text Example

White with #71DBA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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