#71DBC6

Color #71DBC6 Downy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Downy #71DBC6

Tints of Downy #71DBC6

Color information

#71DBC6 (or 0x71DBC6) is unknown color: approx Downy. HEX triplet: 71, DB and C6. RGB value is (113,219,198). Sum of RGB (Red+Green+Blue) = 113+219+198=530 (70% of max value = 765). Red value is 113 (44.53% from 255 or 21.32% from 530); Green value is 219 (85.94% from 255 or 41.32% from 530); Blue value is 198 (77.73% from 255 or 37.36% from 530); Max value from RGB is 219 - color contains mainly: green. Hex color #71DBC6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71DBC6 is #8E2439. Grayscale: #B8B8B8. Windows color (decimal): -9315386 or 13032305. OLE color: 13032305.

HSL color Cylindrical-coordinate representation of color #71DBC6: hue angle of 168.11º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #71DBC6 is Cyan = 0.48, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.14.

Color convert

RGB113219198-
CMYK0.4800.100.14
HSL168.11º59.55%65.1%-
HSV(B)168.11º48.4%85.88%-
XYZ42.3358.2562.44-
YUV184.91135.3876.71-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 21.32%
GREEN value IS 219 (85.94% from 255) = 41.32%
BLUE value IS 198 (77.73% from 255) = 37.36%
R=21.32%
G=41.32%
B=37.36%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1132191980.4800.100.14168.1159.5565.1
Hex71DBC6300AEa83c41
Octal161333306600121625074101
Binary11100011101101111000110110000010101110101010001111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71DBC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,219,198); }

 H1.HeaderClassName
 {
   color: #71DBC6;
 }
 .AnyTagClassName
 {
   color: #71DBC6;
 }
</style>
background-color css

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

 a { background-color: rgb(113,219,198); }

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

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

 span { border-color: rgb(113,219,198); }

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