Html Css Color HEX #71DDCD Downy

📋 copy color: '#71DDCD'

red 113 ◦ green 221 ◦ blue 205

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

Shades of Downy #71DDCD

Tints of Downy #71DDCD

RGB

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

 GREEN value IS 221 (86.72% from 255) = 41%

 BLUE value IS 205 (80.47% from 255) = 38.03%

R = 20.96%
G = 41%
B = 38.03%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#71DDCD (or 0x71DDCD) is known color: Downy. HEX triplet: 71, DD and CD. RGB value is (113,221,205). Sum of RGB (Red+Green+Blue) = 113+221+205=539 (71% of max value = 765). Red value is 113 (44.53% from 255 or 20.96% from 539); Green value is 221 (86.72% from 255 or 41.00% from 539); Blue value is 205 (80.47% from 255 or 38.03% from 539); Max value from RGB is 221 - color contains mainly: green. Hex color #71DDCD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71DDCD is #8E2232. Grayscale: #BABABA. Windows color (decimal): -9314867 or 13491569. OLE color: 13491569.

HSL color Cylindrical-coordinate representation of color #71DDCD: hue angle of 171.11º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #71DDCD is Cyan = 0.49, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.

Color convert

RGB 113 221 205 -
CMYK 0.49 0 0.07 0.13
HSL 171.11º 0.61% 0.65% -
HSV(B) 171.11º 0.49% 0.87% -
XYZ 43.69 59.63 66.97 -
YUV 186.88 138.22 75.3 -
System Red Green Blue C M Y K H S L
Decimal 113 221 205 0.49 0 0.07 0.13 171.11 0.61 0.65
Hex 71 DD CD 31 0 7 D AB 3D 41
Octal 161 335 315 61 0 7 15 253 75 101
Binary 1110001 11011101 11001101 110001 0 111 1101 10101011 111101 1000001

Color Harmonies of #71DDCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71DDCD

Black with #71DDCD

Text Example


Text Example

White with #71DDCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,221,205); }

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

background-color css

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

 a { background-color: rgb(113,221,205); }

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

border-color css

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

 span { border-color: rgb(113,221,205); }

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