Html Css Color HEX #71DCCB Downy

📋 copy color: '#71DCCB'

red 113 ◦ green 220 ◦ blue 203

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

Shades of Downy #71DCCB

Tints of Downy #71DCCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 37.87%

R = 21.08%
G = 41.04%
B = 37.87%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.08

 K value IS 0.14

RGB Variations

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

Color information

#71DCCB (or 0x71DCCB) is known color: Downy. HEX triplet: 71, DC and CB. RGB value is (113,220,203). Sum of RGB (Red+Green+Blue) = 113+220+203=536 (70% of max value = 765). Red value is 113 (44.53% from 255 or 21.08% from 536); Green value is 220 (86.33% from 255 or 41.04% from 536); Blue value is 203 (79.69% from 255 or 37.87% from 536); Max value from RGB is 220 - color contains mainly: green. Hex color #71DCCB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71DCCB is #8E2334. Grayscale: #BABABA. Windows color (decimal): -9315125 or 13360241. OLE color: 13360241.

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

Color convert

RGB 113 220 203 -
CMYK 0.49 0 0.08 0.14
HSL 170.47º 0.6% 0.65% -
HSV(B) 170.47º 0.49% 0.86% -
XYZ 43.18 59.01 65.61 -
YUV 186.07 137.55 75.88 -
System Red Green Blue C M Y K H S L
Decimal 113 220 203 0.49 0 0.08 0.14 170.47 0.6 0.65
Hex 71 DC CB 31 0 8 E AA 3C 41
Octal 161 334 313 61 0 10 16 252 74 101
Binary 1110001 11011100 11001011 110001 0 1000 1110 10101010 111100 1000001

Color Harmonies of #71DCCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71DCCB

Black with #71DCCB

Text Example


Text Example

White with #71DCCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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