Html Css Color HEX #71DBB6 Downy

📋 copy color: '#71DBB6'

red 113 ◦ green 219 ◦ blue 182

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

Shades of Downy #71DBB6

Tints of Downy #71DBB6

RGB

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

 GREEN value IS 219 (85.94% from 255) = 42.61%

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

R = 21.98%
G = 42.61%
B = 35.41%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.17

 K value IS 0.14

RGB Variations

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

Color information

#71DBB6 (or 0x71DBB6) is known color: Downy. HEX triplet: 71, DB and B6. RGB value is (113,219,182). Sum of RGB (Red+Green+Blue) = 113+219+182=514 (68% of max value = 765). Red value is 113 (44.53% from 255 or 21.98% from 514); Green value is 219 (85.94% from 255 or 42.61% from 514); Blue value is 182 (71.48% from 255 or 35.41% from 514); Max value from RGB is 219 - color contains mainly: green. Hex color #71DBB6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71DBB6 is #8E2449. Grayscale: #B7B7B7. Windows color (decimal): -9315402 or 11983729. OLE color: 11983729.

HSL color Cylindrical-coordinate representation of color #71DBB6: hue angle of 159.06º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #71DBB6 is Cyan = 0.48, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.14.

Color convert

RGB 113 219 182 -
CMYK 0.48 0 0.17 0.14
HSL 159.06º 0.6% 0.65% -
HSV(B) 159.06º 0.48% 0.86% -
XYZ 40.59 57.55 53.23 -
YUV 183.09 127.38 78.01 -
System Red Green Blue C M Y K H S L
Decimal 113 219 182 0.48 0 0.17 0.14 159.06 0.6 0.65
Hex 71 DB B6 30 0 11 E 9F 3C 41
Octal 161 333 266 60 0 21 16 237 74 101
Binary 1110001 11011011 10110110 110000 0 10001 1110 10011111 111100 1000001

Color Harmonies of #71DBB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71DBB6

Black with #71DBB6

Text Example


Text Example

White with #71DBB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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