Html Css Color HEX #71FCDA Aquamarine

📋 copy color: '#71FCDA'

red 113 ◦ green 252 ◦ blue 218

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

Shades of Aquamarine #71FCDA

Tints of Aquamarine #71FCDA

RGB

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

 GREEN value IS 252 (98.83% from 255) = 43.22%

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

R = 19.38%
G = 43.22%
B = 37.39%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#71FCDA (or 0x71FCDA) is known color: Aquamarine. HEX triplet: 71, FC and DA. RGB value is (113,252,218). Sum of RGB (Red+Green+Blue) = 113+252+218=583 (77% of max value = 765). Red value is 113 (44.53% from 255 or 19.38% from 583); Green value is 252 (98.83% from 255 or 43.22% from 583); Blue value is 218 (85.55% from 255 or 37.39% from 583); Max value from RGB is 252 - color contains mainly: green. Hex color #71FCDA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #71FCDA is #8E0325. Grayscale: #CECECE. Windows color (decimal): -9306918 or 14351473. OLE color: 14351473.

HSL color Cylindrical-coordinate representation of color #71FCDA: hue angle of 165.32º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #71FCDA is Cyan = 0.55, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.

Color convert

RGB 113 252 218 -
CMYK 0.55 0 0.13 0.01
HSL 165.32º 0.96% 0.72% -
HSV(B) 165.32º 0.55% 0.99% -
XYZ 54.28 78.19 78.56 -
YUV 206.56 134.45 61.26 -
System Red Green Blue C M Y K H S L
Decimal 113 252 218 0.55 0 0.13 0.01 165.32 0.96 0.72
Hex 71 FC DA 37 0 D 1 A5 60 48
Octal 161 374 332 67 0 15 1 245 140 110
Binary 1110001 11111100 11011010 110111 0 1101 1 10100101 1100000 1001000

Color Harmonies of #71FCDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71FCDA

Black with #71FCDA

Text Example


Text Example

White with #71FCDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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