Html Css Color HEX #71F1DC Aquamarine

📋 copy color: '#71F1DC'

red 113 ◦ green 241 ◦ blue 220

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

Shades of Aquamarine #71F1DC

Tints of Aquamarine #71F1DC

RGB

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

 GREEN value IS 241 (94.53% from 255) = 41.99%

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

R = 19.69%
G = 41.99%
B = 38.33%

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

#71F1DC (or 0x71F1DC) is known color: Aquamarine. HEX triplet: 71, F1 and DC. RGB value is (113,241,220). Sum of RGB (Red+Green+Blue) = 113+241+220=574 (76% of max value = 765). Red value is 113 (44.53% from 255 or 19.69% from 574); Green value is 241 (94.53% from 255 or 41.99% from 574); Blue value is 220 (86.33% from 255 or 38.33% from 574); Max value from RGB is 241 - color contains mainly: green. Hex color #71F1DC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #71F1DC is #8E0E23. Grayscale: #C8C8C8. Windows color (decimal): -9309732 or 14479729. OLE color: 14479729.

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

Color convert

RGB 113 241 220 -
CMYK 0.53 0 0.09 0.05
HSL 170.16º 0.82% 0.69% -
HSV(B) 170.16º 0.53% 0.95% -
XYZ 51.18 71.59 78.83 -
YUV 200.33 139.09 65.71 -
System Red Green Blue C M Y K H S L
Decimal 113 241 220 0.53 0 0.09 0.05 170.16 0.82 0.69
Hex 71 F1 DC 35 0 9 5 AA 52 45
Octal 161 361 334 65 0 11 5 252 122 105
Binary 1110001 11110001 11011100 110101 0 1001 101 10101010 1010010 1000101

Color Harmonies of #71F1DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71F1DC

Black with #71F1DC

Text Example


Text Example

White with #71F1DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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