Html Css Color HEX #71FCD8 Aquamarine

📋 copy color: '#71FCD8'

red 113 ◦ green 252 ◦ blue 216

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

Shades of Aquamarine #71FCD8

Tints of Aquamarine #71FCD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 37.18%

R = 19.45%
G = 43.37%
B = 37.18%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.14

 K value IS 0.01

RGB Variations

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

Color information

#71FCD8 (or 0x71FCD8) is known color: Aquamarine. HEX triplet: 71, FC and D8. RGB value is (113,252,216). Sum of RGB (Red+Green+Blue) = 113+252+216=581 (76% of max value = 765). Red value is 113 (44.53% from 255 or 19.45% from 581); Green value is 252 (98.83% from 255 or 43.37% from 581); Blue value is 216 (84.77% from 255 or 37.18% from 581); Max value from RGB is 252 - color contains mainly: green. Hex color #71FCD8 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #71FCD8 is #8E0327. Grayscale: #CECECE. Windows color (decimal): -9306920 or 14220401. OLE color: 14220401.

HSL color Cylindrical-coordinate representation of color #71FCD8: hue angle of 164.46º 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 #71FCD8 is Cyan = 0.55, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.01.

Color convert

RGB 113 252 216 -
CMYK 0.55 0 0.14 0.01
HSL 164.46º 0.96% 0.72% -
HSV(B) 164.46º 0.55% 0.99% -
XYZ 54.02 78.09 77.19 -
YUV 206.34 133.45 61.43 -
System Red Green Blue C M Y K H S L
Decimal 113 252 216 0.55 0 0.14 0.01 164.46 0.96 0.72
Hex 71 FC D8 37 0 E 1 A4 60 48
Octal 161 374 330 67 0 16 1 244 140 110
Binary 1110001 11111100 11011000 110111 0 1110 1 10100100 1100000 1001000

Color Harmonies of #71FCD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71FCD8

Black with #71FCD8

Text Example


Text Example

White with #71FCD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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