Html Css Color HEX #71ECCD Aquamarine

📋 copy color: '#71ECCD'

red 113 ◦ green 236 ◦ blue 205

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

Shades of Aquamarine #71ECCD

Tints of Aquamarine #71ECCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 37%

R = 20.4%
G = 42.6%
B = 37%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.13

 K value IS 0.07

RGB Variations

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

Color information

#71ECCD (or 0x71ECCD) is known color: Aquamarine. HEX triplet: 71, EC and CD. RGB value is (113,236,205). Sum of RGB (Red+Green+Blue) = 113+236+205=554 (73% of max value = 765). Red value is 113 (44.53% from 255 or 20.40% from 554); Green value is 236 (92.58% from 255 or 42.60% from 554); Blue value is 205 (80.47% from 255 or 37.00% from 554); Max value from RGB is 236 - color contains mainly: green. Hex color #71ECCD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #71ECCD is #8E1332. Grayscale: #C3C3C3. Windows color (decimal): -9311027 or 13495409. OLE color: 13495409.

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

Color convert

RGB 113 236 205 -
CMYK 0.52 0 0.13 0.07
HSL 164.88º 0.76% 0.68% -
HSV(B) 164.88º 0.52% 0.93% -
XYZ 47.82 67.91 68.34 -
YUV 195.69 133.25 69.02 -
System Red Green Blue C M Y K H S L
Decimal 113 236 205 0.52 0 0.13 0.07 164.88 0.76 0.68
Hex 71 EC CD 34 0 D 7 A5 4C 44
Octal 161 354 315 64 0 15 7 245 114 104
Binary 1110001 11101100 11001101 110100 0 1101 111 10100101 1001100 1000100

Color Harmonies of #71ECCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71ECCD

Black with #71ECCD

Text Example


Text Example

White with #71ECCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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