Html Css Color HEX #71FCD5 Aquamarine

📋 copy color: '#71FCD5'

red 113 ◦ green 252 ◦ blue 213

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

Shades of Aquamarine #71FCD5

Tints of Aquamarine #71FCD5

RGB

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

 GREEN value IS 252 (98.83% from 255) = 43.6%

 BLUE value IS 213 (83.59% from 255) = 36.85%

R = 19.55%
G = 43.6%
B = 36.85%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.15

 K value IS 0.01

RGB Variations

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

Color information

#71FCD5 (or 0x71FCD5) is known color: Aquamarine. HEX triplet: 71, FC and D5. RGB value is (113,252,213). Sum of RGB (Red+Green+Blue) = 113+252+213=578 (76% of max value = 765). Red value is 113 (44.53% from 255 or 19.55% from 578); Green value is 252 (98.83% from 255 or 43.60% from 578); Blue value is 213 (83.59% from 255 or 36.85% from 578); Max value from RGB is 252 - color contains mainly: green. Hex color #71FCD5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #71FCD5 is #8E032A. Grayscale: #CECECE. Windows color (decimal): -9306923 or 14023793. OLE color: 14023793.

HSL color Cylindrical-coordinate representation of color #71FCD5: hue angle of 163.17º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #71FCD5 is Cyan = 0.55, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.01.

Color convert

RGB 113 252 213 -
CMYK 0.55 0 0.15 0.01
HSL 163.17º 0.96% 0.72% -
HSV(B) 163.17º 0.55% 0.99% -
XYZ 53.63 77.94 75.17 -
YUV 205.99 131.95 61.67 -
System Red Green Blue C M Y K H S L
Decimal 113 252 213 0.55 0 0.15 0.01 163.17 0.96 0.72
Hex 71 FC D5 37 0 F 1 A3 60 48
Octal 161 374 325 67 0 17 1 243 140 110
Binary 1110001 11111100 11010101 110111 0 1111 1 10100011 1100000 1001000

Color Harmonies of #71FCD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71FCD5

Black with #71FCD5

Text Example


Text Example

White with #71FCD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,252,213); }

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

background-color css

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

 a { background-color: rgb(113,252,213); }

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

border-color css

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

 span { border-color: rgb(113,252,213); }

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