Html Css Color HEX #71DCB6 Downy

📋 copy color: '#71DCB6'

red 113 ◦ green 220 ◦ blue 182

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

Shades of Downy #71DCB6

Tints of Downy #71DCB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 35.34%

R = 21.94%
G = 42.72%
B = 35.34%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.17

 K value IS 0.14

RGB Variations

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

Color information

#71DCB6 (or 0x71DCB6) is known color: Downy. HEX triplet: 71, DC and B6. RGB value is (113,220,182). Sum of RGB (Red+Green+Blue) = 113+220+182=515 (68% of max value = 765). Red value is 113 (44.53% from 255 or 21.94% from 515); Green value is 220 (86.33% from 255 or 42.72% from 515); Blue value is 182 (71.48% from 255 or 35.34% from 515); Max value from RGB is 220 - color contains mainly: green. Hex color #71DCB6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71DCB6 is #8E2349. Grayscale: #B7B7B7. Windows color (decimal): -9315146 or 11983985. OLE color: 11983985.

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

Color convert

RGB 113 220 182 -
CMYK 0.49 0 0.17 0.14
HSL 158.69º 0.6% 0.65% -
HSV(B) 158.69º 0.49% 0.86% -
XYZ 40.85 58.07 53.31 -
YUV 183.68 127.05 77.59 -
System Red Green Blue C M Y K H S L
Decimal 113 220 182 0.49 0 0.17 0.14 158.69 0.6 0.65
Hex 71 DC B6 31 0 11 E 9F 3C 41
Octal 161 334 266 61 0 21 16 237 74 101
Binary 1110001 11011100 10110110 110001 0 10001 1110 10011111 111100 1000001

Color Harmonies of #71DCB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71DCB6

Black with #71DCB6

Text Example


Text Example

White with #71DCB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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