Html Css Color HEX #71DCC4 Downy

📋 copy color: '#71DCC4'

red 113 ◦ green 220 ◦ blue 196

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

Shades of Downy #71DCC4

Tints of Downy #71DCC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 37.05%

R = 21.36%
G = 41.59%
B = 37.05%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.11

 K value IS 0.14

RGB Variations

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

Color information

#71DCC4 (or 0x71DCC4) is known color: Downy. HEX triplet: 71, DC and C4. RGB value is (113,220,196). Sum of RGB (Red+Green+Blue) = 113+220+196=529 (70% of max value = 765). Red value is 113 (44.53% from 255 or 21.36% from 529); Green value is 220 (86.33% from 255 or 41.59% from 529); Blue value is 196 (76.95% from 255 or 37.05% from 529); Max value from RGB is 220 - color contains mainly: green. Hex color #71DCC4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71DCC4 is #8E233B. Grayscale: #B9B9B9. Windows color (decimal): -9315132 or 12901489. OLE color: 12901489.

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

Color convert

RGB 113 220 196 -
CMYK 0.49 0 0.11 0.14
HSL 166.54º 0.6% 0.65% -
HSV(B) 166.54º 0.49% 0.86% -
XYZ 42.37 58.68 61.32 -
YUV 185.27 134.05 76.45 -
System Red Green Blue C M Y K H S L
Decimal 113 220 196 0.49 0 0.11 0.14 166.54 0.6 0.65
Hex 71 DC C4 31 0 B E A7 3C 41
Octal 161 334 304 61 0 13 16 247 74 101
Binary 1110001 11011100 11000100 110001 0 1011 1110 10100111 111100 1000001

Color Harmonies of #71DCC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71DCC4

Black with #71DCC4

Text Example


Text Example

White with #71DCC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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