Html Css Color HEX #71DCC0 Downy

📋 copy color: '#71DCC0'

red 113 ◦ green 220 ◦ blue 192

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

Shades of Downy #71DCC0

Tints of Downy #71DCC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 36.57%

R = 21.52%
G = 41.9%
B = 36.57%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.13

 K value IS 0.14

RGB Variations

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

Color information

#71DCC0 (or 0x71DCC0) is known color: Downy. HEX triplet: 71, DC and C0. RGB value is (113,220,192). Sum of RGB (Red+Green+Blue) = 113+220+192=525 (69% of max value = 765). Red value is 113 (44.53% from 255 or 21.52% from 525); Green value is 220 (86.33% from 255 or 41.90% from 525); Blue value is 192 (75.39% from 255 or 36.57% from 525); Max value from RGB is 220 - color contains mainly: green. Hex color #71DCC0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71DCC0 is #8E233F. Grayscale: #B8B8B8. Windows color (decimal): -9315136 or 12639345. OLE color: 12639345.

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

Color convert

RGB 113 220 192 -
CMYK 0.49 0 0.13 0.14
HSL 164.3º 0.6% 0.65% -
HSV(B) 164.3º 0.49% 0.86% -
XYZ 41.92 58.5 58.95 -
YUV 184.82 132.05 76.78 -
System Red Green Blue C M Y K H S L
Decimal 113 220 192 0.49 0 0.13 0.14 164.3 0.6 0.65
Hex 71 DC C0 31 0 D E A4 3C 41
Octal 161 334 300 61 0 15 16 244 74 101
Binary 1110001 11011100 11000000 110001 0 1101 1110 10100100 111100 1000001

Color Harmonies of #71DCC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71DCC0

Black with #71DCC0

Text Example


Text Example

White with #71DCC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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