Html Css Color HEX #71D9B5 Downy

📋 copy color: '#71D9B5'

red 113 ◦ green 217 ◦ blue 181

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

Shades of Downy #71D9B5

Tints of Downy #71D9B5

RGB

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

 GREEN value IS 217 (85.16% from 255) = 42.47%

 BLUE value IS 181 (71.09% from 255) = 35.42%

R = 22.11%
G = 42.47%
B = 35.42%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.17

 K value IS 0.15

RGB Variations

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

Color information

#71D9B5 (or 0x71D9B5) is known color: Downy. HEX triplet: 71, D9 and B5. RGB value is (113,217,181). Sum of RGB (Red+Green+Blue) = 113+217+181=511 (67% of max value = 765). Red value is 113 (44.53% from 255 or 22.11% from 511); Green value is 217 (85.16% from 255 or 42.47% from 511); Blue value is 181 (71.09% from 255 or 35.42% from 511); Max value from RGB is 217 - color contains mainly: green. Hex color #71D9B5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71D9B5 is #8E264A. Grayscale: #B5B5B5. Windows color (decimal): -9315915 or 11917681. OLE color: 11917681.

HSL color Cylindrical-coordinate representation of color #71D9B5: hue angle of 159.23º degrees, saturation: 0.58, 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 #71D9B5 is Cyan = 0.48, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.15.

Color convert

RGB 113 217 181 -
CMYK 0.48 0 0.17 0.15
HSL 159.23º 0.58% 0.65% -
HSV(B) 159.23º 0.48% 0.85% -
XYZ 39.96 56.47 52.51 -
YUV 181.8 127.54 78.93 -
System Red Green Blue C M Y K H S L
Decimal 113 217 181 0.48 0 0.17 0.15 159.23 0.58 0.65
Hex 71 D9 B5 30 0 11 F 9F 3A 41
Octal 161 331 265 60 0 21 17 237 72 101
Binary 1110001 11011001 10110101 110000 0 10001 1111 10011111 111010 1000001

Color Harmonies of #71D9B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71D9B5

Black with #71D9B5

Text Example


Text Example

White with #71D9B5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,217,181); }

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

background-color css

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

 a { background-color: rgb(113,217,181); }

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

border-color css

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

 span { border-color: rgb(113,217,181); }

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