Html Css Color HEX #71DFB4 Downy

📋 copy color: '#71DFB4'

red 113 ◦ green 223 ◦ blue 180

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

Shades of Downy #71DFB4

Tints of Downy #71DFB4

RGB

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

 GREEN value IS 223 (87.5% from 255) = 43.22%

 BLUE value IS 180 (70.7% from 255) = 34.88%

R = 21.9%
G = 43.22%
B = 34.88%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.19

 K value IS 0.13

RGB Variations

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

Color information

#71DFB4 (or 0x71DFB4) is known color: Downy. HEX triplet: 71, DF and B4. RGB value is (113,223,180). Sum of RGB (Red+Green+Blue) = 113+223+180=516 (68% of max value = 765). Red value is 113 (44.53% from 255 or 21.90% from 516); Green value is 223 (87.5% from 255 or 43.22% from 516); Blue value is 180 (70.70% from 255 or 34.88% from 516); Max value from RGB is 223 - color contains mainly: green. Hex color #71DFB4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71DFB4 is #8E204B. Grayscale: #B9B9B9. Windows color (decimal): -9314380 or 11853681. OLE color: 11853681.

HSL color Cylindrical-coordinate representation of color #71DFB4: hue angle of 156.55º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #71DFB4 is Cyan = 0.49, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.13.

Color convert

RGB 113 223 180 -
CMYK 0.49 0 0.19 0.13
HSL 156.55º 0.63% 0.66% -
HSV(B) 156.55º 0.49% 0.87% -
XYZ 41.44 59.58 52.5 -
YUV 185.21 125.06 76.5 -
System Red Green Blue C M Y K H S L
Decimal 113 223 180 0.49 0 0.19 0.13 156.55 0.63 0.66
Hex 71 DF B4 31 0 13 D 9D 3F 42
Octal 161 337 264 61 0 23 15 235 77 102
Binary 1110001 11011111 10110100 110001 0 10011 1101 10011101 111111 1000010

Color Harmonies of #71DFB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71DFB4

Black with #71DFB4

Text Example


Text Example

White with #71DFB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,223,180); }

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

background-color css

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

 a { background-color: rgb(113,223,180); }

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

border-color css

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

 span { border-color: rgb(113,223,180); }

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