#61D7CA

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

Shades of Downy #61D7CA

Tints of Downy #61D7CA

Color information

#61D7CA (or 0x61D7CA) is unknown color: approx Downy. HEX triplet: 61, D7 and CA. RGB value is (97,215,202). Sum of RGB (Red+Green+Blue) = 97+215+202=514 (68% of max value = 765). Red value is 97 (38.28% from 255 or 18.87% from 514); Green value is 215 (84.38% from 255 or 41.83% from 514); Blue value is 202 (79.30% from 255 or 39.30% from 514); Max value from RGB is 215 - color contains mainly: green. Hex color #61D7CA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61D7CA is #9E2835. Grayscale: #B2B2B2. Windows color (decimal): -10364982 or 13293409. OLE color: 13293409.

HSL color Cylindrical-coordinate representation of color #61D7CA: hue angle of 173.39º degrees, saturation: 0.6, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #61D7CA is Cyan = 0.55, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.16.

Color convert

RGB97215202-
CMYK0.5500.060.16
HSL173.39º59.6%61.18%-
HSV(B)173.39º54.88%84.31%-
XYZ39.8955.4164.47-
YUV178.24141.4170.06-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 18.87%
GREEN value IS 215 (84.38% from 255) = 41.83%
BLUE value IS 202 (79.30% from 255) = 39.30%
R=18.87%
G=41.83%
B=39.30%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal972152020.5500.060.16173.3959.661.18
Hex61D7CA370610ad3c3d
Octal1413273126706202557475
Binary1100001110101111100101011011101101000010101101111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61D7CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,215,202); }

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

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

 a { background-color: rgb(97,215,202); }

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

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

 span { border-color: rgb(97,215,202); }

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