Html Css Color HEX #71FCD6 Aquamarine

📋 copy color: '#71FCD6'

red 113 ◦ green 252 ◦ blue 214

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

Shades of Aquamarine #71FCD6

Tints of Aquamarine #71FCD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 36.96%

R = 19.52%
G = 43.52%
B = 36.96%

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

#71FCD6 (or 0x71FCD6) is known color: Aquamarine. HEX triplet: 71, FC and D6. RGB value is (113,252,214). Sum of RGB (Red+Green+Blue) = 113+252+214=579 (76% of max value = 765). Red value is 113 (44.53% from 255 or 19.52% from 579); Green value is 252 (98.83% from 255 or 43.52% from 579); Blue value is 214 (83.98% from 255 or 36.96% from 579); Max value from RGB is 252 - color contains mainly: green. Hex color #71FCD6 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #71FCD6 is #8E0329. Grayscale: #CECECE. Windows color (decimal): -9306922 or 14089329. OLE color: 14089329.

HSL color Cylindrical-coordinate representation of color #71FCD6: hue angle of 163.6º 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 #71FCD6 is Cyan = 0.55, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.01.

Color convert

RGB 113 252 214 -
CMYK 0.55 0 0.15 0.01
HSL 163.6º 0.96% 0.72% -
HSV(B) 163.6º 0.55% 0.99% -
XYZ 53.76 77.99 75.84 -
YUV 206.11 132.45 61.59 -
System Red Green Blue C M Y K H S L
Decimal 113 252 214 0.55 0 0.15 0.01 163.6 0.96 0.72
Hex 71 FC D6 37 0 F 1 A4 60 48
Octal 161 374 326 67 0 17 1 244 140 110
Binary 1110001 11111100 11010110 110111 0 1111 1 10100100 1100000 1001000

Color Harmonies of #71FCD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71FCD6

Black with #71FCD6

Text Example


Text Example

White with #71FCD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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