#61CDBD

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

Shades of Downy #61CDBD

Tints of Downy #61CDBD

Color information

#61CDBD (or 0x61CDBD) is unknown color: approx Downy. HEX triplet: 61, CD and BD. RGB value is (97,205,189). Sum of RGB (Red+Green+Blue) = 97+205+189=491 (65% of max value = 765). Red value is 97 (38.28% from 255 or 19.76% from 491); Green value is 205 (80.47% from 255 or 41.75% from 491); Blue value is 189 (74.22% from 255 or 38.49% from 491); Max value from RGB is 205 - color contains mainly: green. Hex color #61CDBD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61CDBD is #9E3242. Grayscale: #AAAAAA. Windows color (decimal): -10367555 or 12438881. OLE color: 12438881.

HSL color Cylindrical-coordinate representation of color #61CDBD: hue angle of 171.11º 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 #61CDBD is Cyan = 0.53, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.20.

Color convert

RGB97205189-
CMYK0.5300.080.20
HSL171.11º51.92%59.22%-
HSV(B)171.11º52.68%80.39%-
XYZ35.9549.8855.88-
YUV170.88138.2275.3-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 19.76%
GREEN value IS 205 (80.47% from 255) = 41.75%
BLUE value IS 189 (74.22% from 255) = 38.49%
R=19.76%
G=41.75%
B=38.49%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal972051890.5300.080.20171.1151.9259.22
Hex61CDBD350814ab343b
Octal14131527565010242536473
Binary11000011100110110111101110101010001010010101011110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61CDBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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