Html Css Color HEX #71ECD8 Aquamarine

📋 copy color: '#71ECD8'

red 113 ◦ green 236 ◦ blue 216

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

Shades of Aquamarine #71ECD8

Tints of Aquamarine #71ECD8

RGB

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

 GREEN value IS 236 (92.58% from 255) = 41.77%

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

R = 20%
G = 41.77%
B = 38.23%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#71ECD8 (or 0x71ECD8) is known color: Aquamarine. HEX triplet: 71, EC and D8. RGB value is (113,236,216). Sum of RGB (Red+Green+Blue) = 113+236+216=565 (74% of max value = 765). Red value is 113 (44.53% from 255 or 20% from 565); Green value is 236 (92.58% from 255 or 41.77% from 565); Blue value is 216 (84.77% from 255 or 38.23% from 565); Max value from RGB is 236 - color contains mainly: green. Hex color #71ECD8 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #71ECD8 is #8E1327. Grayscale: #C4C4C4. Windows color (decimal): -9311016 or 14216305. OLE color: 14216305.

HSL color Cylindrical-coordinate representation of color #71ECD8: hue angle of 170.24º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #71ECD8 is Cyan = 0.52, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB 113 236 216 -
CMYK 0.52 0 0.08 0.07
HSL 170.24º 0.76% 0.68% -
HSV(B) 170.24º 0.52% 0.93% -
XYZ 49.2 68.46 75.59 -
YUV 196.94 138.75 68.13 -
System Red Green Blue C M Y K H S L
Decimal 113 236 216 0.52 0 0.08 0.07 170.24 0.76 0.68
Hex 71 EC D8 34 0 8 7 AA 4C 44
Octal 161 354 330 64 0 10 7 252 114 104
Binary 1110001 11101100 11011000 110100 0 1000 111 10101010 1001100 1000100

Color Harmonies of #71ECD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71ECD8

Black with #71ECD8

Text Example


Text Example

White with #71ECD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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