Html Css Color HEX #71EEC2 Aquamarine

📋 copy color: '#71EEC2'

red 113 ◦ green 238 ◦ blue 194

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

Shades of Aquamarine #71EEC2

Tints of Aquamarine #71EEC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 35.6%

R = 20.73%
G = 43.67%
B = 35.6%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.18

 K value IS 0.07

RGB Variations

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

Color information

#71EEC2 (or 0x71EEC2) is known color: Aquamarine. HEX triplet: 71, EE and C2. RGB value is (113,238,194). Sum of RGB (Red+Green+Blue) = 113+238+194=545 (72% of max value = 765). Red value is 113 (44.53% from 255 or 20.73% from 545); Green value is 238 (93.36% from 255 or 43.67% from 545); Blue value is 194 (76.17% from 255 or 35.60% from 545); Max value from RGB is 238 - color contains mainly: green. Hex color #71EEC2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #71EEC2 is #8E113D. Grayscale: #C3C3C3. Windows color (decimal): -9310526 or 12775025. OLE color: 12775025.

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

Color convert

RGB 113 238 194 -
CMYK 0.53 0 0.18 0.07
HSL 158.88º 0.79% 0.69% -
HSV(B) 158.88º 0.53% 0.93% -
XYZ 47.12 68.55 61.79 -
YUV 195.61 127.09 69.08 -
System Red Green Blue C M Y K H S L
Decimal 113 238 194 0.53 0 0.18 0.07 158.88 0.79 0.69
Hex 71 EE C2 35 0 12 7 9F 4F 45
Octal 161 356 302 65 0 22 7 237 117 105
Binary 1110001 11101110 11000010 110101 0 10010 111 10011111 1001111 1000101

Color Harmonies of #71EEC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71EEC2

Black with #71EEC2

Text Example


Text Example

White with #71EEC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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