Html Css Color HEX #71ECCC Aquamarine

📋 copy color: '#71ECCC'

red 113 ◦ green 236 ◦ blue 204

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

Shades of Aquamarine #71ECCC

Tints of Aquamarine #71ECCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 36.89%

R = 20.43%
G = 42.68%
B = 36.89%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#71ECCC (or 0x71ECCC) is known color: Aquamarine. HEX triplet: 71, EC and CC. RGB value is (113,236,204). Sum of RGB (Red+Green+Blue) = 113+236+204=553 (73% of max value = 765). Red value is 113 (44.53% from 255 or 20.43% from 553); Green value is 236 (92.58% from 255 or 42.68% from 553); Blue value is 204 (80.08% from 255 or 36.89% from 553); Max value from RGB is 236 - color contains mainly: green. Hex color #71ECCC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #71ECCC is #8E1333. Grayscale: #C3C3C3. Windows color (decimal): -9311028 or 13429873. OLE color: 13429873.

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

Color convert

RGB 113 236 204 -
CMYK 0.52 0 0.14 0.07
HSL 164.39º 0.76% 0.68% -
HSV(B) 164.39º 0.52% 0.93% -
XYZ 47.7 67.86 67.71 -
YUV 195.58 132.75 69.1 -
System Red Green Blue C M Y K H S L
Decimal 113 236 204 0.52 0 0.14 0.07 164.39 0.76 0.68
Hex 71 EC CC 34 0 E 7 A4 4C 44
Octal 161 354 314 64 0 16 7 244 114 104
Binary 1110001 11101100 11001100 110100 0 1110 111 10100100 1001100 1000100

Color Harmonies of #71ECCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71ECCC

Black with #71ECCC

Text Example


Text Example

White with #71ECCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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