Html Css Color HEX #71F2DC Aquamarine

📋 copy color: '#71F2DC'

red 113 ◦ green 242 ◦ blue 220

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

Shades of Aquamarine #71F2DC

Tints of Aquamarine #71F2DC

RGB

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

 GREEN value IS 242 (94.92% from 255) = 42.09%

 BLUE value IS 220 (86.33% from 255) = 38.26%

R = 19.65%
G = 42.09%
B = 38.26%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.09

 K value IS 0.05

RGB Variations

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

Color information

#71F2DC (or 0x71F2DC) is known color: Aquamarine. HEX triplet: 71, F2 and DC. RGB value is (113,242,220). Sum of RGB (Red+Green+Blue) = 113+242+220=575 (76% of max value = 765). Red value is 113 (44.53% from 255 or 19.65% from 575); Green value is 242 (94.92% from 255 or 42.09% from 575); Blue value is 220 (86.33% from 255 or 38.26% from 575); Max value from RGB is 242 - color contains mainly: green. Hex color #71F2DC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #71F2DC is #8E0D23. Grayscale: #C8C8C8. Windows color (decimal): -9309476 or 14479985. OLE color: 14479985.

HSL color Cylindrical-coordinate representation of color #71F2DC: hue angle of 169.77º degrees, saturation: 0.83, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #71F2DC is Cyan = 0.53, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.

Color convert

RGB 113 242 220 -
CMYK 0.53 0 0.09 0.05
HSL 169.77º 0.83% 0.7% -
HSV(B) 169.77º 0.53% 0.95% -
XYZ 51.48 72.18 78.93 -
YUV 200.92 138.76 65.29 -
System Red Green Blue C M Y K H S L
Decimal 113 242 220 0.53 0 0.09 0.05 169.77 0.83 0.7
Hex 71 F2 DC 35 0 9 5 AA 53 46
Octal 161 362 334 65 0 11 5 252 123 106
Binary 1110001 11110010 11011100 110101 0 1001 101 10101010 1010011 1000110

Color Harmonies of #71F2DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71F2DC

Black with #71F2DC

Text Example


Text Example

White with #71F2DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,242,220); }

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

background-color css

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

 a { background-color: rgb(113,242,220); }

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

border-color css

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

 span { border-color: rgb(113,242,220); }

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