Html Css Color HEX #71D8C0 Downy

📋 copy color: '#71D8C0'

red 113 ◦ green 216 ◦ blue 192

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

Shades of Downy #71D8C0

Tints of Downy #71D8C0

RGB

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

 GREEN value IS 216 (84.77% from 255) = 41.46%

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

R = 21.69%
G = 41.46%
B = 36.85%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.11

 K value IS 0.15

RGB Variations

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

Color information

#71D8C0 (or 0x71D8C0) is known color: Downy. HEX triplet: 71, D8 and C0. RGB value is (113,216,192). Sum of RGB (Red+Green+Blue) = 113+216+192=521 (69% of max value = 765). Red value is 113 (44.53% from 255 or 21.69% from 521); Green value is 216 (84.77% from 255 or 41.46% from 521); Blue value is 192 (75.39% from 255 or 36.85% from 521); Max value from RGB is 216 - color contains mainly: green. Hex color #71D8C0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71D8C0 is #8E273F. Grayscale: #B6B6B6. Windows color (decimal): -9316160 or 12638321. OLE color: 12638321.

HSL color Cylindrical-coordinate representation of color #71D8C0: hue angle of 166.02º degrees, saturation: 0.57, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #71D8C0 is Cyan = 0.48, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.15.

Color convert

RGB 113 216 192 -
CMYK 0.48 0 0.11 0.15
HSL 166.02º 0.57% 0.65% -
HSV(B) 166.02º 0.48% 0.85% -
XYZ 40.88 56.43 58.61 -
YUV 182.47 133.38 78.45 -
System Red Green Blue C M Y K H S L
Decimal 113 216 192 0.48 0 0.11 0.15 166.02 0.57 0.65
Hex 71 D8 C0 30 0 B F A6 39 41
Octal 161 330 300 60 0 13 17 246 71 101
Binary 1110001 11011000 11000000 110000 0 1011 1111 10100110 111001 1000001

Color Harmonies of #71D8C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71D8C0

Black with #71D8C0

Text Example


Text Example

White with #71D8C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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