#71CDBE

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

Shades of Downy #71CDBE

Tints of Downy #71CDBE

Color information

#71CDBE (or 0x71CDBE) is unknown color: approx Downy. HEX triplet: 71, CD and BE. RGB value is (113,205,190). Sum of RGB (Red+Green+Blue) = 113+205+190=508 (67% of max value = 765). Red value is 113 (44.53% from 255 or 22.24% from 508); Green value is 205 (80.47% from 255 or 40.35% from 508); Blue value is 190 (74.61% from 255 or 37.40% from 508); Max value from RGB is 205 - color contains mainly: green. Hex color #71CDBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71CDBE is #8E3241. Grayscale: #AFAFAF. Windows color (decimal): -9318978 or 12504433. OLE color: 12504433.

HSL color Cylindrical-coordinate representation of color #71CDBE: hue angle of 170.22º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #71CDBE is Cyan = 0.45, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.20.

Color convert

RGB113205190-
CMYK0.4500.070.20
HSL170.22º47.92%62.35%-
HSV(B)170.22º44.88%80.39%-
XYZ37.9450.8956.54-
YUV175.78136.0283.22-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 22.24%
GREEN value IS 205 (80.47% from 255) = 40.35%
BLUE value IS 190 (74.61% from 255) = 37.40%
R=22.24%
G=40.35%
B=37.40%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1132051900.4500.070.20170.2247.9262.35
Hex71CDBE2D0714aa303e
Octal1613152765507242526076
Binary1110001110011011011111010110101111010010101010110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71CDBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,205,190); }

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

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

 a { background-color: rgb(113,205,190); }

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

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

 span { border-color: rgb(113,205,190); }

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