Html Css Color HEX #71DAC6 Downy

📋 copy color: '#71DAC6'

red 113 ◦ green 218 ◦ blue 198

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

Shades of Downy #71DAC6

Tints of Downy #71DAC6

RGB

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

 GREEN value IS 218 (85.55% from 255) = 41.21%

 BLUE value IS 198 (77.73% from 255) = 37.43%

R = 21.36%
G = 41.21%
B = 37.43%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.09

 K value IS 0.15

RGB Variations

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

Color information

#71DAC6 (or 0x71DAC6) is known color: Downy. HEX triplet: 71, DA and C6. RGB value is (113,218,198). Sum of RGB (Red+Green+Blue) = 113+218+198=529 (70% of max value = 765). Red value is 113 (44.53% from 255 or 21.36% from 529); Green value is 218 (85.55% from 255 or 41.21% from 529); Blue value is 198 (77.73% from 255 or 37.43% from 529); Max value from RGB is 218 - color contains mainly: green. Hex color #71DAC6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71DAC6 is #8E2539. Grayscale: #B8B8B8. Windows color (decimal): -9315642 or 13032049. OLE color: 13032049.

HSL color Cylindrical-coordinate representation of color #71DAC6: hue angle of 168.57º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #71DAC6 is Cyan = 0.48, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.15.

Color convert

RGB 113 218 198 -
CMYK 0.48 0 0.09 0.15
HSL 168.57º 0.59% 0.65% -
HSV(B) 168.57º 0.48% 0.85% -
XYZ 42.07 57.73 62.35 -
YUV 184.33 135.71 77.13 -
System Red Green Blue C M Y K H S L
Decimal 113 218 198 0.48 0 0.09 0.15 168.57 0.59 0.65
Hex 71 DA C6 30 0 9 F A9 3B 41
Octal 161 332 306 60 0 11 17 251 73 101
Binary 1110001 11011010 11000110 110000 0 1001 1111 10101001 111011 1000001

Color Harmonies of #71DAC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71DAC6

Black with #71DAC6

Text Example


Text Example

White with #71DAC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,218,198); }

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

background-color css

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

 a { background-color: rgb(113,218,198); }

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

border-color css

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

 span { border-color: rgb(113,218,198); }

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