Html Css Color HEX #71CCA4 Medium Aquamarine

📋 copy color: '#71CCA4'

red 113 ◦ green 204 ◦ blue 164

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

Shades of Medium Aquamarine #71CCA4

Tints of Medium Aquamarine #71CCA4

RGB

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

 GREEN value IS 204 (80.08% from 255) = 42.41%

 BLUE value IS 164 (64.45% from 255) = 34.1%

R = 23.49%
G = 42.41%
B = 34.1%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.20

 K value IS 0.2

RGB Variations

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

Color information

#71CCA4 (or 0x71CCA4) is known color: Medium Aquamarine. HEX triplet: 71, CC and A4. RGB value is (113,204,164). Sum of RGB (Red+Green+Blue) = 113+204+164=481 (63% of max value = 765). Red value is 113 (44.53% from 255 or 23.49% from 481); Green value is 204 (80.08% from 255 or 42.41% from 481); Blue value is 164 (64.45% from 255 or 34.10% from 481); Max value from RGB is 204 - color contains mainly: green. Hex color #71CCA4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #71CCA4 is #8E335B. Grayscale: #ACACAC. Windows color (decimal): -9319260 or 10800241. OLE color: 10800241.

HSL color Cylindrical-coordinate representation of color #71CCA4: hue angle of 153.63º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #71CCA4 is Cyan = 0.45, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.2.

Color convert

RGB 113 204 164 -
CMYK 0.45 0 0.20 0.2
HSL 153.63º 0.47% 0.62% -
HSV(B) 153.63º 0.45% 0.8% -
XYZ 35.1 49.38 42.8 -
YUV 172.23 123.35 85.75 -
System Red Green Blue C M Y K H S L
Decimal 113 204 164 0.45 0 0.20 0.2 153.63 0.47 0.62
Hex 71 CC A4 2D 0 14 14 9A 2F 3E
Octal 161 314 244 55 0 24 24 232 57 76
Binary 1110001 11001100 10100100 101101 0 10100 10100 10011010 101111 111110

Color Harmonies of #71CCA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71CCA4

Black with #71CCA4

Text Example


Text Example

White with #71CCA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,204,164); }

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

background-color css

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

 a { background-color: rgb(113,204,164); }

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

border-color css

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

 span { border-color: rgb(113,204,164); }

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