Html Css Color HEX #71C3A8 Medium Aquamarine

📋 copy color: '#71C3A8'

red 113 ◦ green 195 ◦ blue 168

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

Shades of Medium Aquamarine #71C3A8

Tints of Medium Aquamarine #71C3A8

RGB

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

 GREEN value IS 195 (76.56% from 255) = 40.97%

 BLUE value IS 168 (66.02% from 255) = 35.29%

R = 23.74%
G = 40.97%
B = 35.29%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.14

 K value IS 0.24

RGB Variations

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

Color information

#71C3A8 (or 0x71C3A8) is known color: Medium Aquamarine. HEX triplet: 71, C3 and A8. RGB value is (113,195,168). Sum of RGB (Red+Green+Blue) = 113+195+168=476 (63% of max value = 765). Red value is 113 (44.53% from 255 or 23.74% from 476); Green value is 195 (76.56% from 255 or 40.97% from 476); Blue value is 168 (66.02% from 255 or 35.29% from 476); Max value from RGB is 195 - color contains mainly: green. Hex color #71C3A8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #71C3A8 is #8E3C57. Grayscale: #A7A7A7. Windows color (decimal): -9321560 or 11060081. OLE color: 11060081.

HSL color Cylindrical-coordinate representation of color #71C3A8: hue angle of 160.24º degrees, saturation: 0.41, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #71C3A8 is Cyan = 0.42, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.24.

Color convert

RGB 113 195 168 -
CMYK 0.42 0 0.14 0.24
HSL 160.24º 0.41% 0.6% -
HSV(B) 160.24º 0.42% 0.76% -
XYZ 33.39 45.37 44.04 -
YUV 167.4 128.33 89.2 -
System Red Green Blue C M Y K H S L
Decimal 113 195 168 0.42 0 0.14 0.24 160.24 0.41 0.6
Hex 71 C3 A8 2A 0 E 18 A0 29 3C
Octal 161 303 250 52 0 16 30 240 51 74
Binary 1110001 11000011 10101000 101010 0 1110 11000 10100000 101001 111100

Color Harmonies of #71C3A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71C3A8

Black with #71C3A8

Text Example


Text Example

White with #71C3A8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,195,168); }

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

background-color css

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

 a { background-color: rgb(113,195,168); }

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

border-color css

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

 span { border-color: rgb(113,195,168); }

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