#61DBD1

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

Shades of Downy #61DBD1

Tints of Downy #61DBD1

Color information

#61DBD1 (or 0x61DBD1) is unknown color: approx Downy. HEX triplet: 61, DB and D1. RGB value is (97,219,209). Sum of RGB (Red+Green+Blue) = 97+219+209=525 (69% of max value = 765). Red value is 97 (38.28% from 255 or 18.48% from 525); Green value is 219 (85.94% from 255 or 41.71% from 525); Blue value is 209 (82.03% from 255 or 39.81% from 525); Max value from RGB is 219 - color contains mainly: green. Hex color #61DBD1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61DBD1 is #9E242E. Grayscale: #B5B5B5. Windows color (decimal): -10363951 or 13753185. OLE color: 13753185.

HSL color Cylindrical-coordinate representation of color #61DBD1: hue angle of 175.08º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #61DBD1 is Cyan = 0.56, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.14.

Color convert

RGB97219209-
CMYK0.5600.050.14
HSL175.08º62.89%61.96%-
HSV(B)175.08º55.71%85.88%-
XYZ41.7757.8169.28-
YUV181.38143.5867.81-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 18.48%
GREEN value IS 219 (85.94% from 255) = 41.71%
BLUE value IS 209 (82.03% from 255) = 39.81%
R=18.48%
G=41.71%
B=39.81%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal972192090.5600.050.14175.0862.8961.96
Hex61DBD13805Eaf3f3e
Octal1413333217005162577776
Binary110000111011011110100011110000101111010101111111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61DBD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,219,209); }

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

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

 a { background-color: rgb(97,219,209); }

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

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

 span { border-color: rgb(97,219,209); }

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