Html Css Color HEX #71FEDA Aquamarine

📋 copy color: '#71FEDA'

red 113 ◦ green 254 ◦ blue 218

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

Shades of Aquamarine #71FEDA

Tints of Aquamarine #71FEDA

RGB

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

 GREEN value IS 254 (99.61% from 255) = 43.42%

 BLUE value IS 218 (85.55% from 255) = 37.26%

R = 19.32%
G = 43.42%
B = 37.26%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.14

 K value IS 0.00

RGB Variations

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

Color information

#71FEDA (or 0x71FEDA) is known color: Aquamarine. HEX triplet: 71, FE and DA. RGB value is (113,254,218). Sum of RGB (Red+Green+Blue) = 113+254+218=585 (77% of max value = 765). Red value is 113 (44.53% from 255 or 19.32% from 585); Green value is 254 (99.61% from 255 or 43.42% from 585); Blue value is 218 (85.55% from 255 or 37.26% from 585); Max value from RGB is 254 - color contains mainly: green. Hex color #71FEDA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #71FEDA is #8E0125. Grayscale: #CFCFCF. Windows color (decimal): -9306406 or 14351985. OLE color: 14351985.

HSL color Cylindrical-coordinate representation of color #71FEDA: hue angle of 164.68º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #71FEDA is Cyan = 0.56, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.00.

Color convert

RGB 113 254 218 -
CMYK 0.56 0 0.14 0.00
HSL 164.68º 0.99% 0.72% -
HSV(B) 164.68º 0.56% 1% -
XYZ 54.91 79.46 78.77 -
YUV 207.74 133.79 60.43 -
System Red Green Blue C M Y K H S L
Decimal 113 254 218 0.56 0 0.14 0.00 164.68 0.99 0.72
Hex 71 FE DA 38 0 E 0 A5 63 48
Octal 161 376 332 70 0 16 0 245 143 110
Binary 1110001 11111110 11011010 111000 0 1110 0 10100101 1100011 1001000

Color Harmonies of #71FEDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71FEDA

Black with #71FEDA

Text Example


Text Example

White with #71FEDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,254,218); }

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

background-color css

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

 a { background-color: rgb(113,254,218); }

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

border-color css

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

 span { border-color: rgb(113,254,218); }

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