#71CFBD

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

Shades of Downy #71CFBD

Tints of Downy #71CFBD

Color information

#71CFBD (or 0x71CFBD) is unknown color: approx Downy. HEX triplet: 71, CF and BD. RGB value is (113,207,189). Sum of RGB (Red+Green+Blue) = 113+207+189=509 (67% of max value = 765). Red value is 113 (44.53% from 255 or 22.20% from 509); Green value is 207 (81.25% from 255 or 40.67% from 509); Blue value is 189 (74.22% from 255 or 37.13% from 509); Max value from RGB is 207 - color contains mainly: green. Hex color #71CFBD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71CFBD is #8E3042. Grayscale: #B0B0B0. Windows color (decimal): -9318467 or 12439409. OLE color: 12439409.

HSL color Cylindrical-coordinate representation of color #71CFBD: hue angle of 168.51º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #71CFBD is Cyan = 0.45, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.19.

Color convert

RGB113207189-
CMYK0.4500.090.19
HSL168.51º49.47%62.75%-
HSV(B)168.51º45.41%81.18%-
XYZ38.3151.8156.13-
YUV176.84134.8682.46-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 22.20%
GREEN value IS 207 (81.25% from 255) = 40.67%
BLUE value IS 189 (74.22% from 255) = 37.13%
R=22.20%
G=40.67%
B=37.13%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1132071890.4500.090.19168.5149.4762.75
Hex71CFBD2D0913a9313f
Octal16131727555011232516177
Binary11100011100111110111101101101010011001110101001110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71CFBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,207,189); }

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

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

 a { background-color: rgb(113,207,189); }

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

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

 span { border-color: rgb(113,207,189); }

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