#71CDBB

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

Shades of Downy #71CDBB

Tints of Downy #71CDBB

Color information

#71CDBB (or 0x71CDBB) is unknown color: approx Downy. HEX triplet: 71, CD and BB. RGB value is (113,205,187). Sum of RGB (Red+Green+Blue) = 113+205+187=505 (66% of max value = 765). Red value is 113 (44.53% from 255 or 22.38% from 505); Green value is 205 (80.47% from 255 or 40.59% from 505); Blue value is 187 (73.44% from 255 or 37.03% from 505); Max value from RGB is 205 - color contains mainly: green. Hex color #71CDBB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71CDBB is #8E3244. Grayscale: #AFAFAF. Windows color (decimal): -9318981 or 12307825. OLE color: 12307825.

HSL color Cylindrical-coordinate representation of color #71CDBB: hue angle of 168.26º 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 #71CDBB is Cyan = 0.45, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.20.

Color convert

RGB113205187-
CMYK0.4500.090.20
HSL168.26º47.92%62.35%-
HSV(B)168.26º44.88%80.39%-
XYZ37.6150.7654.83-
YUV175.44134.5283.46-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 22.38%
GREEN value IS 205 (80.47% from 255) = 40.59%
BLUE value IS 187 (73.44% from 255) = 37.03%
R=22.38%
G=40.59%
B=37.03%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1132051870.4500.090.20168.2647.9262.35
Hex71CDBB2D0914a8303e
Octal16131527355011242506076
Binary11100011100110110111011101101010011010010101000110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71CDBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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