Html Css Color HEX #71D6B6 Downy

📋 copy color: '#71D6B6'

red 113 ◦ green 214 ◦ blue 182

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

Shades of Downy #71D6B6

Tints of Downy #71D6B6

RGB

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

 GREEN value IS 214 (83.98% from 255) = 42.04%

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

R = 22.2%
G = 42.04%
B = 35.76%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.15

 K value IS 0.16

RGB Variations

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

Color information

#71D6B6 (or 0x71D6B6) is known color: Downy. HEX triplet: 71, D6 and B6. RGB value is (113,214,182). Sum of RGB (Red+Green+Blue) = 113+214+182=509 (67% of max value = 765). Red value is 113 (44.53% from 255 or 22.20% from 509); Green value is 214 (83.98% from 255 or 42.04% from 509); Blue value is 182 (71.48% from 255 or 35.76% from 509); Max value from RGB is 214 - color contains mainly: green. Hex color #71D6B6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71D6B6 is #8E2949. Grayscale: #B4B4B4. Windows color (decimal): -9316682 or 11982449. OLE color: 11982449.

HSL color Cylindrical-coordinate representation of color #71D6B6: hue angle of 160.99º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #71D6B6 is Cyan = 0.47, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.16.

Color convert

RGB 113 214 182 -
CMYK 0.47 0 0.15 0.16
HSL 160.99º 0.55% 0.64% -
HSV(B) 160.99º 0.47% 0.84% -
XYZ 39.3 54.98 52.8 -
YUV 180.15 129.04 80.1 -
System Red Green Blue C M Y K H S L
Decimal 113 214 182 0.47 0 0.15 0.16 160.99 0.55 0.64
Hex 71 D6 B6 2F 0 F 10 A1 37 40
Octal 161 326 266 57 0 17 20 241 67 100
Binary 1110001 11010110 10110110 101111 0 1111 10000 10100001 110111 1000000

Color Harmonies of #71D6B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71D6B6

Black with #71D6B6

Text Example


Text Example

White with #71D6B6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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