Html Css Color HEX #71E8D4 Aquamarine

📋 copy color: '#71E8D4'

red 113 ◦ green 232 ◦ blue 212

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

Shades of Aquamarine #71E8D4

Tints of Aquamarine #71E8D4

RGB

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

 GREEN value IS 232 (91.02% from 255) = 41.65%

 BLUE value IS 212 (83.2% from 255) = 38.06%

R = 20.29%
G = 41.65%
B = 38.06%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.09

 K value IS 0.09

RGB Variations

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

Color information

#71E8D4 (or 0x71E8D4) is known color: Aquamarine. HEX triplet: 71, E8 and D4. RGB value is (113,232,212). Sum of RGB (Red+Green+Blue) = 113+232+212=557 (73% of max value = 765). Red value is 113 (44.53% from 255 or 20.29% from 557); Green value is 232 (91.02% from 255 or 41.65% from 557); Blue value is 212 (83.20% from 255 or 38.06% from 557); Max value from RGB is 232 - color contains mainly: green. Hex color #71E8D4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #71E8D4 is #8E172B. Grayscale: #C2C2C2. Windows color (decimal): -9312044 or 13953137. OLE color: 13953137.

HSL color Cylindrical-coordinate representation of color #71E8D4: hue angle of 169.92º degrees, saturation: 0.72, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #71E8D4 is Cyan = 0.51, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.09.

Color convert

RGB 113 232 212 -
CMYK 0.51 0 0.09 0.09
HSL 169.92º 0.72% 0.68% -
HSV(B) 169.92º 0.51% 0.91% -
XYZ 47.55 65.98 72.52 -
YUV 194.14 138.08 70.13 -
System Red Green Blue C M Y K H S L
Decimal 113 232 212 0.51 0 0.09 0.09 169.92 0.72 0.68
Hex 71 E8 D4 33 0 9 9 AA 48 44
Octal 161 350 324 63 0 11 11 252 110 104
Binary 1110001 11101000 11010100 110011 0 1001 1001 10101010 1001000 1000100

Color Harmonies of #71E8D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71E8D4

Black with #71E8D4

Text Example


Text Example

White with #71E8D4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,232,212); }

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

background-color css

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

 a { background-color: rgb(113,232,212); }

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

border-color css

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

 span { border-color: rgb(113,232,212); }

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