#71c8bb

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

Shades of Downy #71C8BB

Tints of Downy #71C8BB

Color information

#71C8BB (or 0x71C8BB) is unknown color: approx Downy. HEX triplet: 71, C8 and BB. RGB value is (113,200,187). Sum of RGB (Red+Green+Blue) = 113+200+187=500 (66% of max value = 765). Red value is 113 (44.53% from 255 or 22.6% from 500); Green value is 200 (78.52% from 255 or 40% from 500); Blue value is 187 (73.44% from 255 or 37.4% from 500); Max value from RGB is 200 - color contains mainly: green. Hex color #71C8BB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71C8BB is #8E3744. Grayscale: #ACACAC. Windows color (decimal): -9320261 or 12306545. OLE color: 12306545.

HSL color Cylindrical-coordinate representation of color #71C8BB: hue angle of 171.03º degrees, saturation: 0.44, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #71C8BB is Cyan = 0.44, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.22.

Color convert

RGB113200187-
CMYK0.4400.060.22
HSL171.03º44.16%61.37%-
HSV(B)171.03º43.5%78.43%-
XYZ36.4348.4154.44-
YUV172.5136.1885.56-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 22.6%
GREEN value IS 200 (78.52% from 255) = 40%
BLUE value IS 187 (73.44% from 255) = 37.4%
R=22.6%
G=40%
B=37.4%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1132001870.4400.060.22171.0344.1661.37
Hex71C8BB2C0616ab2c3d
Octal1613102735406262535475
Binary1110001110010001011101110110001101011010101011101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71c8bb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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