#61CDCA

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

Shades of Downy #61CDCA

Tints of Downy #61CDCA

Color information

#61CDCA (or 0x61CDCA) is unknown color: approx Downy. HEX triplet: 61, CD and CA. RGB value is (97,205,202). Sum of RGB (Red+Green+Blue) = 97+205+202=504 (66% of max value = 765). Red value is 97 (38.28% from 255 or 19.25% from 504); Green value is 205 (80.47% from 255 or 40.67% from 504); Blue value is 202 (79.30% from 255 or 40.08% from 504); Max value from RGB is 205 - color contains mainly: green. Hex color #61CDCA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61CDCA is #9E3235. Grayscale: #ACACAC. Windows color (decimal): -10367542 or 13290849. OLE color: 13290849.

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

Color convert

RGB97205202-
CMYK0.5300.010.20
HSL178.33º51.92%59.22%-
HSV(B)178.33º52.68%80.39%-
XYZ37.4250.4763.65-
YUV172.37144.7274.24-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 19.25%
GREEN value IS 205 (80.47% from 255) = 40.67%
BLUE value IS 202 (79.30% from 255) = 40.08%
R=19.25%
G=40.67%
B=40.08%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal972052020.5300.010.20178.3351.9259.22
Hex61CDCA350114b2343b
Octal1413153126501242626473
Binary11000011100110111001010110101011010010110010110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61CDCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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