Html Css Color HEX #71EDC2 Aquamarine

📋 copy color: '#71EDC2'

red 113 ◦ green 237 ◦ blue 194

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

Shades of Aquamarine #71EDC2

Tints of Aquamarine #71EDC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 35.66%

R = 20.77%
G = 43.57%
B = 35.66%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.18

 K value IS 0.07

RGB Variations

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

Color information

#71EDC2 (or 0x71EDC2) is known color: Aquamarine. HEX triplet: 71, ED and C2. RGB value is (113,237,194). Sum of RGB (Red+Green+Blue) = 113+237+194=544 (72% of max value = 765). Red value is 113 (44.53% from 255 or 20.77% from 544); Green value is 237 (92.97% from 255 or 43.57% from 544); Blue value is 194 (76.17% from 255 or 35.66% from 544); Max value from RGB is 237 - color contains mainly: green. Hex color #71EDC2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #71EDC2 is #8E123D. Grayscale: #C3C3C3. Windows color (decimal): -9310782 or 12774769. OLE color: 12774769.

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

Color convert

RGB 113 237 194 -
CMYK 0.52 0 0.18 0.07
HSL 159.19º 0.78% 0.69% -
HSV(B) 159.19º 0.52% 0.93% -
XYZ 46.83 67.97 61.69 -
YUV 195.02 127.42 69.5 -
System Red Green Blue C M Y K H S L
Decimal 113 237 194 0.52 0 0.18 0.07 159.19 0.78 0.69
Hex 71 ED C2 34 0 12 7 9F 4E 45
Octal 161 355 302 64 0 22 7 237 116 105
Binary 1110001 11101101 11000010 110100 0 10010 111 10011111 1001110 1000101

Color Harmonies of #71EDC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71EDC2

Black with #71EDC2

Text Example


Text Example

White with #71EDC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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