Html Css Color HEX #71DEAF Medium Aquamarine

📋 copy color: '#71DEAF'

red 113 ◦ green 222 ◦ blue 175

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

Shades of Medium Aquamarine #71DEAF

Tints of Medium Aquamarine #71DEAF

RGB

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

 GREEN value IS 222 (87.11% from 255) = 43.53%

 BLUE value IS 175 (68.75% from 255) = 34.31%

R = 22.16%
G = 43.53%
B = 34.31%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.21

 K value IS 0.13

RGB Variations

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

Color information

#71DEAF (or 0x71DEAF) is known color: Medium Aquamarine. HEX triplet: 71, DE and AF. RGB value is (113,222,175). Sum of RGB (Red+Green+Blue) = 113+222+175=510 (67% of max value = 765). Red value is 113 (44.53% from 255 or 22.16% from 510); Green value is 222 (87.11% from 255 or 43.53% from 510); Blue value is 175 (68.75% from 255 or 34.31% from 510); Max value from RGB is 222 - color contains mainly: green. Hex color #71DEAF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #71DEAF is #8E2150. Grayscale: #B8B8B8. Windows color (decimal): -9314641 or 11525745. OLE color: 11525745.

HSL color Cylindrical-coordinate representation of color #71DEAF: hue angle of 154.13º degrees, saturation: 0.62, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #71DEAF is Cyan = 0.49, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.13.

Color convert

RGB 113 222 175 -
CMYK 0.49 0 0.21 0.13
HSL 154.13º 0.62% 0.66% -
HSV(B) 154.13º 0.49% 0.87% -
XYZ 40.67 58.85 49.77 -
YUV 184.05 122.89 77.32 -
System Red Green Blue C M Y K H S L
Decimal 113 222 175 0.49 0 0.21 0.13 154.13 0.62 0.66
Hex 71 DE AF 31 0 15 D 9A 3E 42
Octal 161 336 257 61 0 25 15 232 76 102
Binary 1110001 11011110 10101111 110001 0 10101 1101 10011010 111110 1000010

Color Harmonies of #71DEAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71DEAF

Black with #71DEAF

Text Example


Text Example

White with #71DEAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,222,175); }

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

background-color css

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

 a { background-color: rgb(113,222,175); }

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

border-color css

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

 span { border-color: rgb(113,222,175); }

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