Html Css Color HEX #71DCB0 Medium Aquamarine

📋 copy color: '#71DCB0'

red 113 ◦ green 220 ◦ blue 176

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

Shades of Medium Aquamarine #71DCB0

Tints of Medium Aquamarine #71DCB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 34.58%

R = 22.2%
G = 43.22%
B = 34.58%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.2

 K value IS 0.14

RGB Variations

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

Color information

#71DCB0 (or 0x71DCB0) is known color: Medium Aquamarine. HEX triplet: 71, DC and B0. RGB value is (113,220,176). Sum of RGB (Red+Green+Blue) = 113+220+176=509 (67% of max value = 765). Red value is 113 (44.53% from 255 or 22.20% from 509); Green value is 220 (86.33% from 255 or 43.22% from 509); Blue value is 176 (69.14% from 255 or 34.58% from 509); Max value from RGB is 220 - color contains mainly: green. Hex color #71DCB0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #71DCB0 is #8E234F. Grayscale: #B7B7B7. Windows color (decimal): -9315152 or 11590769. OLE color: 11590769.

HSL color Cylindrical-coordinate representation of color #71DCB0: hue angle of 155.33º 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 #71DCB0 is Cyan = 0.49, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.14.

Color convert

RGB 113 220 176 -
CMYK 0.49 0 0.2 0.14
HSL 155.33º 0.6% 0.65% -
HSV(B) 155.33º 0.49% 0.86% -
XYZ 40.24 57.83 50.12 -
YUV 182.99 124.05 78.08 -
System Red Green Blue C M Y K H S L
Decimal 113 220 176 0.49 0 0.2 0.14 155.33 0.6 0.65
Hex 71 DC B0 31 0 14 E 9B 3C 41
Octal 161 334 260 61 0 24 16 233 74 101
Binary 1110001 11011100 10110000 110001 0 10100 1110 10011011 111100 1000001

Color Harmonies of #71DCB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71DCB0

Black with #71DCB0

Text Example


Text Example

White with #71DCB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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