Html Css Color HEX #71ECC4 Aquamarine

📋 copy color: '#71ECC4'

red 113 ◦ green 236 ◦ blue 196

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

Shades of Aquamarine #71ECC4

Tints of Aquamarine #71ECC4

RGB

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

 GREEN value IS 236 (92.58% from 255) = 43.3%

 BLUE value IS 196 (76.95% from 255) = 35.96%

R = 20.73%
G = 43.3%
B = 35.96%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.17

 K value IS 0.07

RGB Variations

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

Color information

#71ECC4 (or 0x71ECC4) is known color: Aquamarine. HEX triplet: 71, EC and C4. RGB value is (113,236,196). Sum of RGB (Red+Green+Blue) = 113+236+196=545 (72% of max value = 765). Red value is 113 (44.53% from 255 or 20.73% from 545); Green value is 236 (92.58% from 255 or 43.30% from 545); Blue value is 196 (76.95% from 255 or 35.96% from 545); Max value from RGB is 236 - color contains mainly: green. Hex color #71ECC4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #71ECC4 is #8E133B. Grayscale: #C2C2C2. Windows color (decimal): -9311036 or 12905585. OLE color: 12905585.

HSL color Cylindrical-coordinate representation of color #71ECC4: hue angle of 160.49º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #71ECC4 is Cyan = 0.52, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.07.

Color convert

RGB 113 236 196 -
CMYK 0.52 0 0.17 0.07
HSL 160.49º 0.76% 0.68% -
HSV(B) 160.49º 0.52% 0.93% -
XYZ 46.77 67.49 62.79 -
YUV 194.66 128.75 69.75 -
System Red Green Blue C M Y K H S L
Decimal 113 236 196 0.52 0 0.17 0.07 160.49 0.76 0.68
Hex 71 EC C4 34 0 11 7 A0 4C 44
Octal 161 354 304 64 0 21 7 240 114 104
Binary 1110001 11101100 11000100 110100 0 10001 111 10100000 1001100 1000100

Color Harmonies of #71ECC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71ECC4

Black with #71ECC4

Text Example


Text Example

White with #71ECC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,236,196); }

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

background-color css

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

 a { background-color: rgb(113,236,196); }

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

border-color css

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

 span { border-color: rgb(113,236,196); }

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