Html Css Color HEX #71DEC1 Downy

📋 copy color: '#71DEC1'

red 113 ◦ green 222 ◦ blue 193

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

Shades of Downy #71DEC1

Tints of Downy #71DEC1

RGB

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

 GREEN value IS 222 (87.11% from 255) = 42.05%

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

R = 21.4%
G = 42.05%
B = 36.55%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.13

 K value IS 0.13

RGB Variations

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

Color information

#71DEC1 (or 0x71DEC1) is known color: Downy. HEX triplet: 71, DE and C1. RGB value is (113,222,193). Sum of RGB (Red+Green+Blue) = 113+222+193=528 (69% of max value = 765). Red value is 113 (44.53% from 255 or 21.40% from 528); Green value is 222 (87.11% from 255 or 42.05% from 528); Blue value is 193 (75.78% from 255 or 36.55% from 528); Max value from RGB is 222 - color contains mainly: green. Hex color #71DEC1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71DEC1 is #8E213E. Grayscale: #BABABA. Windows color (decimal): -9314623 or 12705393. OLE color: 12705393.

HSL color Cylindrical-coordinate representation of color #71DEC1: hue angle of 164.04º degrees, saturation: 0.62, 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 #71DEC1 is Cyan = 0.49, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.13.

Color convert

RGB 113 222 193 -
CMYK 0.49 0 0.13 0.13
HSL 164.04º 0.62% 0.66% -
HSV(B) 164.04º 0.49% 0.87% -
XYZ 42.56 59.6 59.71 -
YUV 186.1 131.89 75.86 -
System Red Green Blue C M Y K H S L
Decimal 113 222 193 0.49 0 0.13 0.13 164.04 0.62 0.66
Hex 71 DE C1 31 0 D D A4 3E 42
Octal 161 336 301 61 0 15 15 244 76 102
Binary 1110001 11011110 11000001 110001 0 1101 1101 10100100 111110 1000010

Color Harmonies of #71DEC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71DEC1

Black with #71DEC1

Text Example


Text Example

White with #71DEC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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