Html Css Color HEX #71EEC8 Aquamarine

📋 copy color: '#71EEC8'

red 113 ◦ green 238 ◦ blue 200

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

Shades of Aquamarine #71EEC8

Tints of Aquamarine #71EEC8

RGB

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

 GREEN value IS 238 (93.36% from 255) = 43.19%

 BLUE value IS 200 (78.52% from 255) = 36.3%

R = 20.51%
G = 43.19%
B = 36.3%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.16

 K value IS 0.07

RGB Variations

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

Color information

#71EEC8 (or 0x71EEC8) is known color: Aquamarine. HEX triplet: 71, EE and C8. RGB value is (113,238,200). Sum of RGB (Red+Green+Blue) = 113+238+200=551 (72% of max value = 765). Red value is 113 (44.53% from 255 or 20.51% from 551); Green value is 238 (93.36% from 255 or 43.19% from 551); Blue value is 200 (78.52% from 255 or 36.30% from 551); Max value from RGB is 238 - color contains mainly: green. Hex color #71EEC8 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #71EEC8 is #8E1137. Grayscale: #C4C4C4. Windows color (decimal): -9310520 or 13168241. OLE color: 13168241.

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

Color convert

RGB 113 238 200 -
CMYK 0.53 0 0.16 0.07
HSL 161.76º 0.79% 0.69% -
HSV(B) 161.76º 0.53% 0.93% -
XYZ 47.81 68.83 65.41 -
YUV 196.29 130.09 68.59 -
System Red Green Blue C M Y K H S L
Decimal 113 238 200 0.53 0 0.16 0.07 161.76 0.79 0.69
Hex 71 EE C8 35 0 10 7 A2 4F 45
Octal 161 356 310 65 0 20 7 242 117 105
Binary 1110001 11101110 11001000 110101 0 10000 111 10100010 1001111 1000101

Color Harmonies of #71EEC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71EEC8

Black with #71EEC8

Text Example


Text Example

White with #71EEC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,238,200); }

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

background-color css

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

 a { background-color: rgb(113,238,200); }

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

border-color css

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

 span { border-color: rgb(113,238,200); }

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