#71d7c4

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

Shades of Downy #71D7C4

Tints of Downy #71D7C4

Color information

#71D7C4 (or 0x71D7C4) is unknown color: approx Downy. HEX triplet: 71, D7 and C4. RGB value is (113,215,196). Sum of RGB (Red+Green+Blue) = 113+215+196=524 (69% of max value = 765). Red value is 113 (44.53% from 255 or 21.56% from 524); Green value is 215 (84.38% from 255 or 41.03% from 524); Blue value is 196 (76.95% from 255 or 37.40% from 524); Max value from RGB is 215 - color contains mainly: green. Hex color #71D7C4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71D7C4 is #8E283B. Grayscale: #B6B6B6. Windows color (decimal): -9316412 or 12900209. OLE color: 12900209.

HSL color Cylindrical-coordinate representation of color #71D7C4: hue angle of 168.82º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #71D7C4 is Cyan = 0.47, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.16.

Color convert

RGB113215196-
CMYK0.4700.090.16
HSL168.82º56.04%64.31%-
HSV(B)168.82º47.44%84.31%-
XYZ41.0756.160.89-
YUV182.34135.7178.54-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 21.56%
GREEN value IS 215 (84.38% from 255) = 41.03%
BLUE value IS 196 (76.95% from 255) = 37.40%
R=21.56%
G=41.03%
B=37.40%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1132151960.4700.090.16168.8256.0464.31
Hex71D7C42F0910a93840
Octal161327304570112025170100
Binary111000111010111110001001011110100110000101010011110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71d7c4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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