Html Css Color HEX #71EACE Aquamarine

📋 copy color: '#71EACE'

red 113 ◦ green 234 ◦ blue 206

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

Shades of Aquamarine #71EACE

Tints of Aquamarine #71EACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 37.25%

R = 20.43%
G = 42.31%
B = 37.25%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.12

 K value IS 0.08

RGB Variations

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

Color information

#71EACE (or 0x71EACE) is known color: Aquamarine. HEX triplet: 71, EA and CE. RGB value is (113,234,206). Sum of RGB (Red+Green+Blue) = 113+234+206=553 (73% of max value = 765). Red value is 113 (44.53% from 255 or 20.43% from 553); Green value is 234 (91.80% from 255 or 42.31% from 553); Blue value is 206 (80.86% from 255 or 37.25% from 553); Max value from RGB is 234 - color contains mainly: green. Hex color #71EACE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #71EACE is #8E1531. Grayscale: #C2C2C2. Windows color (decimal): -9311538 or 13560433. OLE color: 13560433.

HSL color Cylindrical-coordinate representation of color #71EACE: hue angle of 166.12º 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 #71EACE is Cyan = 0.52, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.08.

Color convert

RGB 113 234 206 -
CMYK 0.52 0 0.12 0.08
HSL 166.12º 0.74% 0.68% -
HSV(B) 166.12º 0.52% 0.92% -
XYZ 47.37 66.81 68.79 -
YUV 194.63 134.41 69.78 -
System Red Green Blue C M Y K H S L
Decimal 113 234 206 0.52 0 0.12 0.08 166.12 0.74 0.68
Hex 71 EA CE 34 0 C 8 A6 4A 44
Octal 161 352 316 64 0 14 10 246 112 104
Binary 1110001 11101010 11001110 110100 0 1100 1000 10100110 1001010 1000100

Color Harmonies of #71EACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71EACE

Black with #71EACE

Text Example


Text Example

White with #71EACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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