Html Css Color HEX #71DCC1 Downy

📋 copy color: '#71DCC1'

red 113 ◦ green 220 ◦ blue 193

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

Shades of Downy #71DCC1

Tints of Downy #71DCC1

RGB

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

 GREEN value IS 220 (86.33% from 255) = 41.83%

 BLUE value IS 193 (75.78% from 255) = 36.69%

R = 21.48%
G = 41.83%
B = 36.69%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.12

 K value IS 0.14

RGB Variations

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

Color information

#71DCC1 (or 0x71DCC1) is known color: Downy. HEX triplet: 71, DC and C1. RGB value is (113,220,193). Sum of RGB (Red+Green+Blue) = 113+220+193=526 (69% of max value = 765). Red value is 113 (44.53% from 255 or 21.48% from 526); Green value is 220 (86.33% from 255 or 41.83% from 526); Blue value is 193 (75.78% from 255 or 36.69% from 526); Max value from RGB is 220 - color contains mainly: green. Hex color #71DCC1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71DCC1 is #8E233E. Grayscale: #B8B8B8. Windows color (decimal): -9315135 or 12704881. OLE color: 12704881.

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

Color convert

RGB 113 220 193 -
CMYK 0.49 0 0.12 0.14
HSL 164.86º 0.6% 0.65% -
HSV(B) 164.86º 0.49% 0.86% -
XYZ 42.03 58.55 59.54 -
YUV 184.93 132.55 76.7 -
System Red Green Blue C M Y K H S L
Decimal 113 220 193 0.49 0 0.12 0.14 164.86 0.6 0.65
Hex 71 DC C1 31 0 C E A5 3C 41
Octal 161 334 301 61 0 14 16 245 74 101
Binary 1110001 11011100 11000001 110001 0 1100 1110 10100101 111100 1000001

Color Harmonies of #71DCC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71DCC1

Black with #71DCC1

Text Example


Text Example

White with #71DCC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,220,193); }

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

background-color css

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

 a { background-color: rgb(113,220,193); }

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

border-color css

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

 span { border-color: rgb(113,220,193); }

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