#61D0CA

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

Shades of Downy #61D0CA

Tints of Downy #61D0CA

Color information

#61D0CA (or 0x61D0CA) is unknown color: approx Downy. HEX triplet: 61, D0 and CA. RGB value is (97,208,202). Sum of RGB (Red+Green+Blue) = 97+208+202=507 (67% of max value = 765). Red value is 97 (38.28% from 255 or 19.13% from 507); Green value is 208 (81.64% from 255 or 41.03% from 507); Blue value is 202 (79.30% from 255 or 39.84% from 507); Max value from RGB is 208 - color contains mainly: green. Hex color #61D0CA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61D0CA is #9E2F35. Grayscale: #AEAEAE. Windows color (decimal): -10366774 or 13291617. OLE color: 13291617.

HSL color Cylindrical-coordinate representation of color #61D0CA: hue angle of 176.76º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #61D0CA is Cyan = 0.53, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.18.

Color convert

RGB97208202-
CMYK0.5300.030.18
HSL176.76º54.15%59.8%-
HSV(B)176.76º53.37%81.57%-
XYZ38.1551.9263.89-
YUV174.13143.7372.99-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 19.13%
GREEN value IS 208 (81.64% from 255) = 41.03%
BLUE value IS 202 (79.30% from 255) = 39.84%
R=19.13%
G=41.03%
B=39.84%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal972082020.5300.030.18176.7654.1559.8
Hex61D0CA350312b1363c
Octal1413203126503222616674
Binary110000111010000110010101101010111001010110001110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61D0CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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