Html Css Color HEX #71EACB Aquamarine

📋 copy color: '#71EACB'

red 113 ◦ green 234 ◦ blue 203

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

Shades of Aquamarine #71EACB

Tints of Aquamarine #71EACB

RGB

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

 GREEN value IS 234 (91.8% from 255) = 42.55%

 BLUE value IS 203 (79.69% from 255) = 36.91%

R = 20.55%
G = 42.55%
B = 36.91%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.13

 K value IS 0.08

RGB Variations

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

Color information

#71EACB (or 0x71EACB) is known color: Aquamarine. HEX triplet: 71, EA and CB. RGB value is (113,234,203). Sum of RGB (Red+Green+Blue) = 113+234+203=550 (72% of max value = 765). Red value is 113 (44.53% from 255 or 20.55% from 550); Green value is 234 (91.80% from 255 or 42.55% from 550); Blue value is 203 (79.69% from 255 or 36.91% from 550); Max value from RGB is 234 - color contains mainly: green. Hex color #71EACB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #71EACB is #8E1534. Grayscale: #C2C2C2. Windows color (decimal): -9311541 or 13363825. OLE color: 13363825.

HSL color Cylindrical-coordinate representation of color #71EACB: hue angle of 164.63º degrees, saturation: 0.74, 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 #71EACB is Cyan = 0.52, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.08.

Color convert

RGB 113 234 203 -
CMYK 0.52 0 0.13 0.08
HSL 164.63º 0.74% 0.68% -
HSV(B) 164.63º 0.52% 0.92% -
XYZ 47.01 66.67 66.89 -
YUV 194.29 132.91 70.02 -
System Red Green Blue C M Y K H S L
Decimal 113 234 203 0.52 0 0.13 0.08 164.63 0.74 0.68
Hex 71 EA CB 34 0 D 8 A5 4A 44
Octal 161 352 313 64 0 15 10 245 112 104
Binary 1110001 11101010 11001011 110100 0 1101 1000 10100101 1001010 1000100

Color Harmonies of #71EACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71EACB

Black with #71EACB

Text Example


Text Example

White with #71EACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,234,203); }

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

background-color css

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

 a { background-color: rgb(113,234,203); }

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

border-color css

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

 span { border-color: rgb(113,234,203); }

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