#61C3C3

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

Shades of Downy #61C3C3

Tints of Downy #61C3C3

Color information

#61C3C3 (or 0x61C3C3) is unknown color: approx Downy. HEX triplet: 61, C3 and C3. RGB value is (97,195,195). Sum of RGB (Red+Green+Blue) = 97+195+195=487 (64% of max value = 765). Red value is 97 (38.28% from 255 or 19.92% from 487); Green value is 195 (76.56% from 255 or 40.04% from 487); Blue value is 195 (76.56% from 255 or 40.04% from 487); Max value from RGB is 195 - color contains mainly: green, blue. Hex color #61C3C3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61C3C3 is #9E3C3C. Grayscale: #A5A5A5. Windows color (decimal): -10370109 or 12829537. OLE color: 12829537.

HSL color Cylindrical-coordinate representation of color #61C3C3: hue angle of 180º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #61C3C3 is Cyan = 0.50, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB97195195-
CMYK0.50000.24
HSL180º44.95%57.25%-
HSV(B)180º50.26%76.47%-
XYZ34.345.5158.61-
YUV165.7144.5379-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 19.92%
GREEN value IS 195 (76.56% from 255) = 40.04%
BLUE value IS 195 (76.56% from 255) = 40.04%
R=19.92%
G=40.04%
B=40.04%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal971951950.50000.2418044.9557.25
Hex61C3C3320018b42d39
Octal1413033036200302645571
Binary11000011100001111000011110010001100010110100101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61C3C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,195,195); }

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

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

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

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

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

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

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