Html Css Color HEX #71CFA1 Medium Aquamarine

📋 copy color: '#71CFA1'

red 113 ◦ green 207 ◦ blue 161

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

Shades of Medium Aquamarine #71CFA1

Tints of Medium Aquamarine #71CFA1

RGB

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

 GREEN value IS 207 (81.25% from 255) = 43.04%

 BLUE value IS 161 (63.28% from 255) = 33.47%

R = 23.49%
G = 43.04%
B = 33.47%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.22

 K value IS 0.19

RGB Variations

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

Color information

#71CFA1 (or 0x71CFA1) is known color: Medium Aquamarine. HEX triplet: 71, CF and A1. RGB value is (113,207,161). Sum of RGB (Red+Green+Blue) = 113+207+161=481 (63% of max value = 765). Red value is 113 (44.53% from 255 or 23.49% from 481); Green value is 207 (81.25% from 255 or 43.04% from 481); Blue value is 161 (63.28% from 255 or 33.47% from 481); Max value from RGB is 207 - color contains mainly: green. Hex color #71CFA1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #71CFA1 is #8E305E. Grayscale: #ADADAD. Windows color (decimal): -9318495 or 10604401. OLE color: 10604401.

HSL color Cylindrical-coordinate representation of color #71CFA1: hue angle of 150.64º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #71CFA1 is Cyan = 0.45, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.19.

Color convert

RGB 113 207 161 -
CMYK 0.45 0 0.22 0.19
HSL 150.64º 0.49% 0.63% -
HSV(B) 150.64º 0.45% 0.81% -
XYZ 35.56 50.71 41.63 -
YUV 173.65 120.86 84.74 -
System Red Green Blue C M Y K H S L
Decimal 113 207 161 0.45 0 0.22 0.19 150.64 0.49 0.63
Hex 71 CF A1 2D 0 16 13 97 31 3F
Octal 161 317 241 55 0 26 23 227 61 77
Binary 1110001 11001111 10100001 101101 0 10110 10011 10010111 110001 111111

Color Harmonies of #71CFA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71CFA1

Black with #71CFA1

Text Example


Text Example

White with #71CFA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,207,161); }

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

background-color css

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

 a { background-color: rgb(113,207,161); }

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

border-color css

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

 span { border-color: rgb(113,207,161); }

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