Html Css Color HEX #71F1DF Aquamarine

📋 copy color: '#71F1DF'

red 113 ◦ green 241 ◦ blue 223

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

Shades of Aquamarine #71F1DF

Tints of Aquamarine #71F1DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 38.65%

R = 19.58%
G = 41.77%
B = 38.65%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.07

 K value IS 0.05

RGB Variations

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

Color information

#71F1DF (or 0x71F1DF) is known color: Aquamarine. HEX triplet: 71, F1 and DF. RGB value is (113,241,223). Sum of RGB (Red+Green+Blue) = 113+241+223=577 (76% of max value = 765). Red value is 113 (44.53% from 255 or 19.58% from 577); Green value is 241 (94.53% from 255 or 41.77% from 577); Blue value is 223 (87.5% from 255 or 38.65% from 577); Max value from RGB is 241 - color contains mainly: green. Hex color #71F1DF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #71F1DF is #8E0E20. Grayscale: #C8C8C8. Windows color (decimal): -9309729 or 14676337. OLE color: 14676337.

HSL color Cylindrical-coordinate representation of color #71F1DF: hue angle of 171.56º 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 #71F1DF is Cyan = 0.53, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.05.

Color convert

RGB 113 241 223 -
CMYK 0.53 0 0.07 0.05
HSL 171.56º 0.82% 0.69% -
HSV(B) 171.56º 0.53% 0.95% -
XYZ 51.58 71.75 80.94 -
YUV 200.68 140.59 65.46 -
System Red Green Blue C M Y K H S L
Decimal 113 241 223 0.53 0 0.07 0.05 171.56 0.82 0.69
Hex 71 F1 DF 35 0 7 5 AC 52 45
Octal 161 361 337 65 0 7 5 254 122 105
Binary 1110001 11110001 11011111 110101 0 111 101 10101100 1010010 1000101

Color Harmonies of #71F1DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71F1DF

Black with #71F1DF

Text Example


Text Example

White with #71F1DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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