Html Css Color HEX #71EDC8 Aquamarine

📋 copy color: '#71EDC8'

red 113 ◦ green 237 ◦ blue 200

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

Shades of Aquamarine #71EDC8

Tints of Aquamarine #71EDC8

RGB

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

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

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

R = 20.55%
G = 43.09%
B = 36.36%

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

#71EDC8 (or 0x71EDC8) is known color: Aquamarine. HEX triplet: 71, ED and C8. RGB value is (113,237,200). Sum of RGB (Red+Green+Blue) = 113+237+200=550 (72% of max value = 765). Red value is 113 (44.53% from 255 or 20.55% from 550); Green value is 237 (92.97% from 255 or 43.09% from 550); Blue value is 200 (78.52% from 255 or 36.36% from 550); Max value from RGB is 237 - color contains mainly: green. Hex color #71EDC8 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #71EDC8 is #8E1237. Grayscale: #C3C3C3. Windows color (decimal): -9310776 or 13167985. OLE color: 13167985.

HSL color Cylindrical-coordinate representation of color #71EDC8: hue angle of 162.1º 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 #71EDC8 is Cyan = 0.52, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.07.

Color convert

RGB 113 237 200 -
CMYK 0.52 0 0.16 0.07
HSL 162.1º 0.78% 0.69% -
HSV(B) 162.1º 0.52% 0.93% -
XYZ 47.52 68.25 65.31 -
YUV 195.71 130.42 69.01 -
System Red Green Blue C M Y K H S L
Decimal 113 237 200 0.52 0 0.16 0.07 162.1 0.78 0.69
Hex 71 ED C8 34 0 10 7 A2 4E 45
Octal 161 355 310 64 0 20 7 242 116 105
Binary 1110001 11101101 11001000 110100 0 10000 111 10100010 1001110 1000101

Color Harmonies of #71EDC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71EDC8

Black with #71EDC8

Text Example


Text Example

White with #71EDC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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