Html Css Color HEX #71FADF Aquamarine

📋 copy color: '#71FADF'

red 113 ◦ green 250 ◦ blue 223

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

Shades of Aquamarine #71FADF

Tints of Aquamarine #71FADF

RGB

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

 GREEN value IS 250 (98.05% from 255) = 42.66%

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

R = 19.28%
G = 42.66%
B = 38.05%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.11

 K value IS 0.02

RGB Variations

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

Color information

#71FADF (or 0x71FADF) is known color: Aquamarine. HEX triplet: 71, FA and DF. RGB value is (113,250,223). Sum of RGB (Red+Green+Blue) = 113+250+223=586 (77% of max value = 765). Red value is 113 (44.53% from 255 or 19.28% from 586); Green value is 250 (98.05% from 255 or 42.66% from 586); Blue value is 223 (87.5% from 255 or 38.05% from 586); Max value from RGB is 250 - color contains mainly: green. Hex color #71FADF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #71FADF is #8E0520. Grayscale: #CDCDCD. Windows color (decimal): -9307425 or 14678641. OLE color: 14678641.

HSL color Cylindrical-coordinate representation of color #71FADF: hue angle of 168.18º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #71FADF is Cyan = 0.55, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.

Color convert

RGB 113 250 223 -
CMYK 0.55 0 0.11 0.02
HSL 168.18º 0.93% 0.71% -
HSV(B) 168.18º 0.55% 0.98% -
XYZ 54.31 77.21 81.85 -
YUV 205.96 137.61 61.7 -
System Red Green Blue C M Y K H S L
Decimal 113 250 223 0.55 0 0.11 0.02 168.18 0.93 0.71
Hex 71 FA DF 37 0 B 2 A8 5D 47
Octal 161 372 337 67 0 13 2 250 135 107
Binary 1110001 11111010 11011111 110111 0 1011 10 10101000 1011101 1000111

Color Harmonies of #71FADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71FADF

Black with #71FADF

Text Example


Text Example

White with #71FADF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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