Html Css Color HEX #71D8AF Medium Aquamarine

📋 copy color: '#71D8AF'

red 113 ◦ green 216 ◦ blue 175

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

Shades of Medium Aquamarine #71D8AF

Tints of Medium Aquamarine #71D8AF

RGB

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

 GREEN value IS 216 (84.77% from 255) = 42.86%

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

R = 22.42%
G = 42.86%
B = 34.72%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.19

 K value IS 0.15

RGB Variations

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

Color information

#71D8AF (or 0x71D8AF) is known color: Medium Aquamarine. HEX triplet: 71, D8 and AF. RGB value is (113,216,175). Sum of RGB (Red+Green+Blue) = 113+216+175=504 (66% of max value = 765). Red value is 113 (44.53% from 255 or 22.42% from 504); Green value is 216 (84.77% from 255 or 42.86% from 504); Blue value is 175 (68.75% from 255 or 34.72% from 504); Max value from RGB is 216 - color contains mainly: green. Hex color #71D8AF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #71D8AF is #8E2750. Grayscale: #B4B4B4. Windows color (decimal): -9316177 or 11524209. OLE color: 11524209.

HSL color Cylindrical-coordinate representation of color #71D8AF: hue angle of 156.12º degrees, saturation: 0.57, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #71D8AF is Cyan = 0.48, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.15.

Color convert

RGB 113 216 175 -
CMYK 0.48 0 0.19 0.15
HSL 156.12º 0.57% 0.65% -
HSV(B) 156.12º 0.48% 0.85% -
XYZ 39.1 55.72 49.25 -
YUV 180.53 124.88 79.83 -
System Red Green Blue C M Y K H S L
Decimal 113 216 175 0.48 0 0.19 0.15 156.12 0.57 0.65
Hex 71 D8 AF 30 0 13 F 9C 39 41
Octal 161 330 257 60 0 23 17 234 71 101
Binary 1110001 11011000 10101111 110000 0 10011 1111 10011100 111001 1000001

Color Harmonies of #71D8AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71D8AF

Black with #71D8AF

Text Example


Text Example

White with #71D8AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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