Html Css Color HEX #71EED4 Aquamarine

📋 copy color: '#71EED4'

red 113 ◦ green 238 ◦ blue 212

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

Shades of Aquamarine #71EED4

Tints of Aquamarine #71EED4

RGB

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

 GREEN value IS 238 (93.36% from 255) = 42.27%

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

R = 20.07%
G = 42.27%
B = 37.66%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.11

 K value IS 0.07

RGB Variations

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

Color information

#71EED4 (or 0x71EED4) is known color: Aquamarine. HEX triplet: 71, EE and D4. RGB value is (113,238,212). Sum of RGB (Red+Green+Blue) = 113+238+212=563 (74% of max value = 765). Red value is 113 (44.53% from 255 or 20.07% from 563); Green value is 238 (93.36% from 255 or 42.27% from 563); Blue value is 212 (83.20% from 255 or 37.66% from 563); Max value from RGB is 238 - color contains mainly: green. Hex color #71EED4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #71EED4 is #8E112B. Grayscale: #C5C5C5. Windows color (decimal): -9310508 or 13954673. OLE color: 13954673.

HSL color Cylindrical-coordinate representation of color #71EED4: hue angle of 167.52º degrees, saturation: 0.79, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #71EED4 is Cyan = 0.53, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.07.

Color convert

RGB 113 238 212 -
CMYK 0.53 0 0.11 0.07
HSL 167.52º 0.79% 0.69% -
HSV(B) 167.52º 0.53% 0.93% -
XYZ 49.27 69.41 73.09 -
YUV 197.66 136.09 67.61 -
System Red Green Blue C M Y K H S L
Decimal 113 238 212 0.53 0 0.11 0.07 167.52 0.79 0.69
Hex 71 EE D4 35 0 B 7 A8 4F 45
Octal 161 356 324 65 0 13 7 250 117 105
Binary 1110001 11101110 11010100 110101 0 1011 111 10101000 1001111 1000101

Color Harmonies of #71EED4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71EED4

Black with #71EED4

Text Example


Text Example

White with #71EED4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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