Html Css Color HEX #71EEC5 Aquamarine

📋 copy color: '#71EEC5'

red 113 ◦ green 238 ◦ blue 197

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

Shades of Aquamarine #71EEC5

Tints of Aquamarine #71EEC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 35.95%

R = 20.62%
G = 43.43%
B = 35.95%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.17

 K value IS 0.07

RGB Variations

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

Color information

#71EEC5 (or 0x71EEC5) is known color: Aquamarine. HEX triplet: 71, EE and C5. RGB value is (113,238,197). Sum of RGB (Red+Green+Blue) = 113+238+197=548 (72% of max value = 765). Red value is 113 (44.53% from 255 or 20.62% from 548); Green value is 238 (93.36% from 255 or 43.43% from 548); Blue value is 197 (77.34% from 255 or 35.95% from 548); Max value from RGB is 238 - color contains mainly: green. Hex color #71EEC5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #71EEC5 is #8E113A. Grayscale: #C3C3C3. Windows color (decimal): -9310523 or 12971633. OLE color: 12971633.

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

Color convert

RGB 113 238 197 -
CMYK 0.53 0 0.17 0.07
HSL 160.32º 0.79% 0.69% -
HSV(B) 160.32º 0.53% 0.93% -
XYZ 47.46 68.69 63.58 -
YUV 195.95 128.59 68.83 -
System Red Green Blue C M Y K H S L
Decimal 113 238 197 0.53 0 0.17 0.07 160.32 0.79 0.69
Hex 71 EE C5 35 0 11 7 A0 4F 45
Octal 161 356 305 65 0 21 7 240 117 105
Binary 1110001 11101110 11000101 110101 0 10001 111 10100000 1001111 1000101

Color Harmonies of #71EEC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71EEC5

Black with #71EEC5

Text Example


Text Example

White with #71EEC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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