#61CDBA

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

Shades of Downy #61CDBA

Tints of Downy #61CDBA

Color information

#61CDBA (or 0x61CDBA) is unknown color: approx Downy. HEX triplet: 61, CD and BA. RGB value is (97,205,186). Sum of RGB (Red+Green+Blue) = 97+205+186=488 (64% of max value = 765). Red value is 97 (38.28% from 255 or 19.88% from 488); Green value is 205 (80.47% from 255 or 42.01% from 488); Blue value is 186 (73.05% from 255 or 38.11% from 488); Max value from RGB is 205 - color contains mainly: green. Hex color #61CDBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61CDBA is #9E3245. Grayscale: #AAAAAA. Windows color (decimal): -10367558 or 12242273. OLE color: 12242273.

HSL color Cylindrical-coordinate representation of color #61CDBA: hue angle of 169.44º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #61CDBA is Cyan = 0.53, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.20.

Color convert

RGB97205186-
CMYK0.5300.090.20
HSL169.44º51.92%59.22%-
HSV(B)169.44º52.68%80.39%-
XYZ35.6249.7554.18-
YUV170.54136.7275.54-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 19.88%
GREEN value IS 205 (80.47% from 255) = 42.01%
BLUE value IS 186 (73.05% from 255) = 38.11%
R=19.88%
G=42.01%
B=38.11%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal972051860.5300.090.20169.4451.9259.22
Hex61CDBA350914a9343b
Octal14131527265011242516473
Binary11000011100110110111010110101010011010010101001110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61CDBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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