#71CDBA

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

Shades of Downy #71CDBA

Tints of Downy #71CDBA

Color information

#71CDBA (or 0x71CDBA) is unknown color: approx Downy. HEX triplet: 71, CD and BA. RGB value is (113,205,186). Sum of RGB (Red+Green+Blue) = 113+205+186=504 (66% of max value = 765). Red value is 113 (44.53% from 255 or 22.42% from 504); Green value is 205 (80.47% from 255 or 40.67% from 504); Blue value is 186 (73.05% from 255 or 36.90% from 504); Max value from RGB is 205 - color contains mainly: green. Hex color #71CDBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71CDBA is #8E3245. Grayscale: #AFAFAF. Windows color (decimal): -9318982 or 12242289. OLE color: 12242289.

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

Color convert

RGB113205186-
CMYK0.4500.090.20
HSL167.61º47.92%62.35%-
HSV(B)167.61º44.88%80.39%-
XYZ37.550.7254.27-
YUV175.33134.0283.54-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 22.42%
GREEN value IS 205 (80.47% from 255) = 40.67%
BLUE value IS 186 (73.05% from 255) = 36.90%
R=22.42%
G=40.67%
B=36.90%

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
Decimal1132051860.4500.090.20167.6147.9262.35
Hex71CDBA2D0914a8303e
Octal16131527255011242506076
Binary11100011100110110111010101101010011010010101000110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71CDBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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