#61D9C1

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

Shades of Downy #61D9C1

Tints of Downy #61D9C1

Color information

#61D9C1 (or 0x61D9C1) is unknown color: approx Downy. HEX triplet: 61, D9 and C1. RGB value is (97,217,193). Sum of RGB (Red+Green+Blue) = 97+217+193=507 (67% of max value = 765). Red value is 97 (38.28% from 255 or 19.13% from 507); Green value is 217 (85.16% from 255 or 42.80% from 507); Blue value is 193 (75.78% from 255 or 38.07% from 507); Max value from RGB is 217 - color contains mainly: green. Hex color #61D9C1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61D9C1 is #9E263E. Grayscale: #B2B2B2. Windows color (decimal): -10364479 or 12704097. OLE color: 12704097.

HSL color Cylindrical-coordinate representation of color #61D9C1: hue angle of 168º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #61D9C1 is Cyan = 0.55, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.15.

Color convert

RGB97217193-
CMYK0.5500.110.15
HSL168º61.22%61.57%-
HSV(B)168º55.3%85.1%-
XYZ39.3756.0259.19-
YUV178.38136.2469.95-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 19.13%
GREEN value IS 217 (85.16% from 255) = 42.80%
BLUE value IS 193 (75.78% from 255) = 38.07%
R=19.13%
G=42.80%
B=38.07%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal972171930.5500.110.1516861.2261.57
Hex61D9C1370BFa83d3e
Octal14133130167013172507576
Binary1100001110110011100000111011101011111110101000111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61D9C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,217,193); }

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

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

 a { background-color: rgb(97,217,193); }

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

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

 span { border-color: rgb(97,217,193); }

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