#71D5BB

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

Shades of Downy #71D5BB

Tints of Downy #71D5BB

Color information

#71D5BB (or 0x71D5BB) is unknown color: approx Downy. HEX triplet: 71, D5 and BB. RGB value is (113,213,187). Sum of RGB (Red+Green+Blue) = 113+213+187=513 (67% of max value = 765). Red value is 113 (44.53% from 255 or 22.03% from 513); Green value is 213 (83.59% from 255 or 41.52% from 513); Blue value is 187 (73.44% from 255 or 36.45% from 513); Max value from RGB is 213 - color contains mainly: green. Hex color #71D5BB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71D5BB is #8E2A44. Grayscale: #B4B4B4. Windows color (decimal): -9316933 or 12309873. OLE color: 12309873.

HSL color Cylindrical-coordinate representation of color #71D5BB: hue angle of 164.4º degrees, saturation: 0.54, 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 #71D5BB is Cyan = 0.47, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.16.

Color convert

RGB113213187-
CMYK0.4700.120.16
HSL164.4º54.35%63.92%-
HSV(B)164.4º46.95%83.53%-
XYZ39.5754.6955.48-
YUV180.14131.8780.11-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 22.03%
GREEN value IS 213 (83.59% from 255) = 41.52%
BLUE value IS 187 (73.44% from 255) = 36.45%
R=22.03%
G=41.52%
B=36.45%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1132131870.4700.120.16164.454.3563.92
Hex71D5BB2F0C10a43640
Octal161325273570142024466100
Binary111000111010101101110111011110110010000101001001101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71D5BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,213,187); }

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

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

 a { background-color: rgb(113,213,187); }

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

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

 span { border-color: rgb(113,213,187); }

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