Html Css Color HEX #71FECD Aquamarine

📋 copy color: '#71FECD'

red 113 ◦ green 254 ◦ blue 205

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

Shades of Aquamarine #71FECD

Tints of Aquamarine #71FECD

RGB

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

 GREEN value IS 254 (99.61% from 255) = 44.41%

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

R = 19.76%
G = 44.41%
B = 35.84%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.19

 K value IS 0.00

RGB Variations

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

Color information

#71FECD (or 0x71FECD) is known color: Aquamarine. HEX triplet: 71, FE and CD. RGB value is (113,254,205). Sum of RGB (Red+Green+Blue) = 113+254+205=572 (75% of max value = 765). Red value is 113 (44.53% from 255 or 19.76% from 572); Green value is 254 (99.61% from 255 or 44.41% from 572); Blue value is 205 (80.47% from 255 or 35.84% from 572); Max value from RGB is 254 - color contains mainly: green. Hex color #71FECD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #71FECD is #8E0132. Grayscale: #CECECE. Windows color (decimal): -9306419 or 13500017. OLE color: 13500017.

HSL color Cylindrical-coordinate representation of color #71FECD: hue angle of 159.15º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #71FECD is Cyan = 0.56, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.00.

Color convert

RGB 113 254 205 -
CMYK 0.56 0 0.19 0.00
HSL 159.15º 0.99% 0.72% -
HSV(B) 159.15º 0.56% 1% -
XYZ 53.27 78.8 70.16 -
YUV 206.26 127.29 61.48 -
System Red Green Blue C M Y K H S L
Decimal 113 254 205 0.56 0 0.19 0.00 159.15 0.99 0.72
Hex 71 FE CD 38 0 13 0 9F 63 48
Octal 161 376 315 70 0 23 0 237 143 110
Binary 1110001 11111110 11001101 111000 0 10011 0 10011111 1100011 1001000

Color Harmonies of #71FECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71FECD

Black with #71FECD

Text Example


Text Example

White with #71FECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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