Html Css Color HEX #71DDC3 Downy

📋 copy color: '#71DDC3'

red 113 ◦ green 221 ◦ blue 195

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

Shades of Downy #71DDC3

Tints of Downy #71DDC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 36.86%

R = 21.36%
G = 41.78%
B = 36.86%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.12

 K value IS 0.13

RGB Variations

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

Color information

#71DDC3 (or 0x71DDC3) is known color: Downy. HEX triplet: 71, DD and C3. RGB value is (113,221,195). Sum of RGB (Red+Green+Blue) = 113+221+195=529 (70% of max value = 765). Red value is 113 (44.53% from 255 or 21.36% from 529); Green value is 221 (86.72% from 255 or 41.78% from 529); Blue value is 195 (76.56% from 255 or 36.86% from 529); Max value from RGB is 221 - color contains mainly: green. Hex color #71DDC3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71DDC3 is #8E223C. Grayscale: #B9B9B9. Windows color (decimal): -9314877 or 12836209. OLE color: 12836209.

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

Color convert

RGB 113 221 195 -
CMYK 0.49 0 0.12 0.13
HSL 165.56º 0.61% 0.65% -
HSV(B) 165.56º 0.49% 0.87% -
XYZ 42.52 59.16 60.81 -
YUV 185.74 133.22 76.11 -
System Red Green Blue C M Y K H S L
Decimal 113 221 195 0.49 0 0.12 0.13 165.56 0.61 0.65
Hex 71 DD C3 31 0 C D A6 3D 41
Octal 161 335 303 61 0 14 15 246 75 101
Binary 1110001 11011101 11000011 110001 0 1100 1101 10100110 111101 1000001

Color Harmonies of #71DDC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71DDC3

Black with #71DDC3

Text Example


Text Example

White with #71DDC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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