Html Css Color HEX #71DAA2 Medium Aquamarine

📋 copy color: '#71DAA2'

red 113 ◦ green 218 ◦ blue 162

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

Shades of Medium Aquamarine #71DAA2

Tints of Medium Aquamarine #71DAA2

RGB

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

 GREEN value IS 218 (85.55% from 255) = 44.22%

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

R = 22.92%
G = 44.22%
B = 32.86%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.26

 K value IS 0.15

RGB Variations

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

Color information

#71DAA2 (or 0x71DAA2) is known color: Medium Aquamarine. HEX triplet: 71, DA and A2. RGB value is (113,218,162). Sum of RGB (Red+Green+Blue) = 113+218+162=493 (65% of max value = 765). Red value is 113 (44.53% from 255 or 22.92% from 493); Green value is 218 (85.55% from 255 or 44.22% from 493); Blue value is 162 (63.67% from 255 or 32.86% from 493); Max value from RGB is 218 - color contains mainly: green. Hex color #71DAA2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #71DAA2 is #8E255D. Grayscale: #B4B4B4. Windows color (decimal): -9315678 or 10672753. OLE color: 10672753.

HSL color Cylindrical-coordinate representation of color #71DAA2: hue angle of 148º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #71DAA2 is Cyan = 0.48, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.15.

Color convert

RGB 113 218 162 -
CMYK 0.48 0 0.26 0.15
HSL 148º 0.59% 0.65% -
HSV(B) 148º 0.48% 0.85% -
XYZ 38.4 56.26 43.02 -
YUV 180.22 117.71 80.05 -
System Red Green Blue C M Y K H S L
Decimal 113 218 162 0.48 0 0.26 0.15 148 0.59 0.65
Hex 71 DA A2 30 0 1A F 94 3B 41
Octal 161 332 242 60 0 32 17 224 73 101
Binary 1110001 11011010 10100010 110000 0 11010 1111 10010100 111011 1000001

Color Harmonies of #71DAA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71DAA2

Black with #71DAA2

Text Example


Text Example

White with #71DAA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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