Html Css Color HEX #71EAD2 Aquamarine

📋 copy color: '#71EAD2'

red 113 ◦ green 234 ◦ blue 210

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

Shades of Aquamarine #71EAD2

Tints of Aquamarine #71EAD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 37.7%

R = 20.29%
G = 42.01%
B = 37.7%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.10

 K value IS 0.08

RGB Variations

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

Color information

#71EAD2 (or 0x71EAD2) is known color: Aquamarine. HEX triplet: 71, EA and D2. RGB value is (113,234,210). Sum of RGB (Red+Green+Blue) = 113+234+210=557 (73% of max value = 765). Red value is 113 (44.53% from 255 or 20.29% from 557); Green value is 234 (91.80% from 255 or 42.01% from 557); Blue value is 210 (82.42% from 255 or 37.70% from 557); Max value from RGB is 234 - color contains mainly: green. Hex color #71EAD2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #71EAD2 is #8E152D. Grayscale: #C3C3C3. Windows color (decimal): -9311534 or 13822577. OLE color: 13822577.

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

Color convert

RGB 113 234 210 -
CMYK 0.52 0 0.10 0.08
HSL 168.1º 0.74% 0.68% -
HSV(B) 168.1º 0.52% 0.92% -
XYZ 47.87 67.01 71.38 -
YUV 195.09 136.41 69.45 -
System Red Green Blue C M Y K H S L
Decimal 113 234 210 0.52 0 0.10 0.08 168.1 0.74 0.68
Hex 71 EA D2 34 0 A 8 A8 4A 44
Octal 161 352 322 64 0 12 10 250 112 104
Binary 1110001 11101010 11010010 110100 0 1010 1000 10101000 1001010 1000100

Color Harmonies of #71EAD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71EAD2

Black with #71EAD2

Text Example


Text Example

White with #71EAD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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