Html Css Color HEX #71EBC8 Aquamarine

📋 copy color: '#71EBC8'

red 113 ◦ green 235 ◦ blue 200

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

Shades of Aquamarine #71EBC8

Tints of Aquamarine #71EBC8

RGB

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

 GREEN value IS 235 (92.19% from 255) = 42.88%

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

R = 20.62%
G = 42.88%
B = 36.5%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.15

 K value IS 0.08

RGB Variations

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

Color information

#71EBC8 (or 0x71EBC8) is known color: Aquamarine. HEX triplet: 71, EB and C8. RGB value is (113,235,200). Sum of RGB (Red+Green+Blue) = 113+235+200=548 (72% of max value = 765). Red value is 113 (44.53% from 255 or 20.62% from 548); Green value is 235 (92.19% from 255 or 42.88% from 548); Blue value is 200 (78.52% from 255 or 36.50% from 548); Max value from RGB is 235 - color contains mainly: green. Hex color #71EBC8 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #71EBC8 is #8E1437. Grayscale: #C2C2C2. Windows color (decimal): -9311288 or 13167473. OLE color: 13167473.

HSL color Cylindrical-coordinate representation of color #71EBC8: hue angle of 162.79º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #71EBC8 is Cyan = 0.52, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.08.

Color convert

RGB 113 235 200 -
CMYK 0.52 0 0.15 0.08
HSL 162.79º 0.75% 0.68% -
HSV(B) 162.79º 0.52% 0.92% -
XYZ 46.94 67.1 65.12 -
YUV 194.53 131.08 69.85 -
System Red Green Blue C M Y K H S L
Decimal 113 235 200 0.52 0 0.15 0.08 162.79 0.75 0.68
Hex 71 EB C8 34 0 F 8 A3 4B 44
Octal 161 353 310 64 0 17 10 243 113 104
Binary 1110001 11101011 11001000 110100 0 1111 1000 10100011 1001011 1000100

Color Harmonies of #71EBC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71EBC8

Black with #71EBC8

Text Example


Text Example

White with #71EBC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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