Html Css Color HEX #71EEDE Aquamarine

📋 copy color: '#71EEDE'

red 113 ◦ green 238 ◦ blue 222

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

Shades of Aquamarine #71EEDE

Tints of Aquamarine #71EEDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 38.74%

R = 19.72%
G = 41.54%
B = 38.74%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#71EEDE (or 0x71EEDE) is known color: Aquamarine. HEX triplet: 71, EE and DE. RGB value is (113,238,222). Sum of RGB (Red+Green+Blue) = 113+238+222=573 (75% of max value = 765). Red value is 113 (44.53% from 255 or 19.72% from 573); Green value is 238 (93.36% from 255 or 41.54% from 573); Blue value is 222 (87.11% from 255 or 38.74% from 573); Max value from RGB is 238 - color contains mainly: green. Hex color #71EEDE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #71EEDE is #8E1121. Grayscale: #C6C6C6. Windows color (decimal): -9310498 or 14610033. OLE color: 14610033.

HSL color Cylindrical-coordinate representation of color #71EEDE: hue angle of 172.32º 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 #71EEDE is Cyan = 0.53, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.

Color convert

RGB 113 238 222 -
CMYK 0.53 0 0.07 0.07
HSL 172.32º 0.79% 0.69% -
HSV(B) 172.32º 0.53% 0.93% -
XYZ 50.57 69.93 79.94 -
YUV 198.8 141.09 66.8 -
System Red Green Blue C M Y K H S L
Decimal 113 238 222 0.53 0 0.07 0.07 172.32 0.79 0.69
Hex 71 EE DE 35 0 7 7 AC 4F 45
Octal 161 356 336 65 0 7 7 254 117 105
Binary 1110001 11101110 11011110 110101 0 111 111 10101100 1001111 1000101

Color Harmonies of #71EEDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71EEDE

Black with #71EEDE

Text Example


Text Example

White with #71EEDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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