Html Css Color HEX #71EAD1 Aquamarine

📋 copy color: '#71EAD1'

red 113 ◦ green 234 ◦ blue 209

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

Shades of Aquamarine #71EAD1

Tints of Aquamarine #71EAD1

RGB

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

 GREEN value IS 234 (91.8% from 255) = 42.09%

 BLUE value IS 209 (82.03% from 255) = 37.59%

R = 20.32%
G = 42.09%
B = 37.59%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.11

 K value IS 0.08

RGB Variations

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

Color information

#71EAD1 (or 0x71EAD1) is known color: Aquamarine. HEX triplet: 71, EA and D1. RGB value is (113,234,209). Sum of RGB (Red+Green+Blue) = 113+234+209=556 (73% of max value = 765). Red value is 113 (44.53% from 255 or 20.32% from 556); Green value is 234 (91.80% from 255 or 42.09% from 556); Blue value is 209 (82.03% from 255 or 37.59% from 556); Max value from RGB is 234 - color contains mainly: green. Hex color #71EAD1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #71EAD1 is #8E152E. Grayscale: #C2C2C2. Windows color (decimal): -9311535 or 13757041. OLE color: 13757041.

HSL color Cylindrical-coordinate representation of color #71EAD1: hue angle of 167.6º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #71EAD1 is Cyan = 0.52, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.08.

Color convert

RGB 113 234 209 -
CMYK 0.52 0 0.11 0.08
HSL 167.6º 0.74% 0.68% -
HSV(B) 167.6º 0.52% 0.92% -
XYZ 47.74 66.96 70.73 -
YUV 194.97 135.91 69.53 -
System Red Green Blue C M Y K H S L
Decimal 113 234 209 0.52 0 0.11 0.08 167.6 0.74 0.68
Hex 71 EA D1 34 0 B 8 A8 4A 44
Octal 161 352 321 64 0 13 10 250 112 104
Binary 1110001 11101010 11010001 110100 0 1011 1000 10101000 1001010 1000100

Color Harmonies of #71EAD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71EAD1

Black with #71EAD1

Text Example


Text Example

White with #71EAD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,234,209); }

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

background-color css

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

 a { background-color: rgb(113,234,209); }

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

border-color css

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

 span { border-color: rgb(113,234,209); }

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