Html Css Color HEX #71DCB3 Medium Aquamarine

📋 copy color: '#71DCB3'

red 113 ◦ green 220 ◦ blue 179

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

Shades of Medium Aquamarine #71DCB3

Tints of Medium Aquamarine #71DCB3

RGB

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

 GREEN value IS 220 (86.33% from 255) = 42.97%

 BLUE value IS 179 (70.31% from 255) = 34.96%

R = 22.07%
G = 42.97%
B = 34.96%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.19

 K value IS 0.14

RGB Variations

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

Color information

#71DCB3 (or 0x71DCB3) is known color: Medium Aquamarine. HEX triplet: 71, DC and B3. RGB value is (113,220,179). Sum of RGB (Red+Green+Blue) = 113+220+179=512 (67% of max value = 765). Red value is 113 (44.53% from 255 or 22.07% from 512); Green value is 220 (86.33% from 255 or 42.97% from 512); Blue value is 179 (70.31% from 255 or 34.96% from 512); Max value from RGB is 220 - color contains mainly: green. Hex color #71DCB3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71DCB3 is #8E234C. Grayscale: #B7B7B7. Windows color (decimal): -9315149 or 11787377. OLE color: 11787377.

HSL color Cylindrical-coordinate representation of color #71DCB3: hue angle of 157.01º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #71DCB3 is Cyan = 0.49, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.14.

Color convert

RGB 113 220 179 -
CMYK 0.49 0 0.19 0.14
HSL 157.01º 0.6% 0.65% -
HSV(B) 157.01º 0.49% 0.86% -
XYZ 40.54 57.95 51.7 -
YUV 183.33 125.55 77.83 -
System Red Green Blue C M Y K H S L
Decimal 113 220 179 0.49 0 0.19 0.14 157.01 0.6 0.65
Hex 71 DC B3 31 0 13 E 9D 3C 41
Octal 161 334 263 61 0 23 16 235 74 101
Binary 1110001 11011100 10110011 110001 0 10011 1110 10011101 111100 1000001

Color Harmonies of #71DCB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71DCB3

Black with #71DCB3

Text Example


Text Example

White with #71DCB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,220,179); }

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

background-color css

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

 a { background-color: rgb(113,220,179); }

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

border-color css

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

 span { border-color: rgb(113,220,179); }

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