Html Css Color HEX #71EDC7 Aquamarine

📋 copy color: '#71EDC7'

red 113 ◦ green 237 ◦ blue 199

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

Shades of Aquamarine #71EDC7

Tints of Aquamarine #71EDC7

RGB

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

 GREEN value IS 237 (92.97% from 255) = 43.17%

 BLUE value IS 199 (78.13% from 255) = 36.25%

R = 20.58%
G = 43.17%
B = 36.25%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.16

 K value IS 0.07

RGB Variations

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

Color information

#71EDC7 (or 0x71EDC7) is known color: Aquamarine. HEX triplet: 71, ED and C7. RGB value is (113,237,199). Sum of RGB (Red+Green+Blue) = 113+237+199=549 (72% of max value = 765). Red value is 113 (44.53% from 255 or 20.58% from 549); Green value is 237 (92.97% from 255 or 43.17% from 549); Blue value is 199 (78.12% from 255 or 36.25% from 549); Max value from RGB is 237 - color contains mainly: green. Hex color #71EDC7 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #71EDC7 is #8E1238. Grayscale: #C3C3C3. Windows color (decimal): -9310777 or 13102449. OLE color: 13102449.

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

Color convert

RGB 113 237 199 -
CMYK 0.52 0 0.16 0.07
HSL 161.61º 0.78% 0.69% -
HSV(B) 161.61º 0.52% 0.93% -
XYZ 47.4 68.2 64.7 -
YUV 195.59 129.92 69.09 -
System Red Green Blue C M Y K H S L
Decimal 113 237 199 0.52 0 0.16 0.07 161.61 0.78 0.69
Hex 71 ED C7 34 0 10 7 A2 4E 45
Octal 161 355 307 64 0 20 7 242 116 105
Binary 1110001 11101101 11000111 110100 0 10000 111 10100010 1001110 1000101

Color Harmonies of #71EDC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71EDC7

Black with #71EDC7

Text Example


Text Example

White with #71EDC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,237,199); }

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

background-color css

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

 a { background-color: rgb(113,237,199); }

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

border-color css

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

 span { border-color: rgb(113,237,199); }

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