#61CEC5

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

Shades of Downy #61CEC5

Tints of Downy #61CEC5

Color information

#61CEC5 (or 0x61CEC5) is unknown color: approx Downy. HEX triplet: 61, CE and C5. RGB value is (97,206,197). Sum of RGB (Red+Green+Blue) = 97+206+197=500 (66% of max value = 765). Red value is 97 (38.28% from 255 or 19.4% from 500); Green value is 206 (80.86% from 255 or 41.2% from 500); Blue value is 197 (77.34% from 255 or 39.4% from 500); Max value from RGB is 206 - color contains mainly: green. Hex color #61CEC5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61CEC5 is #9E313A. Grayscale: #ACACAC. Windows color (decimal): -10367291 or 12963425. OLE color: 12963425.

HSL color Cylindrical-coordinate representation of color #61CEC5: hue angle of 175.05º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #61CEC5 is Cyan = 0.53, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.19.

Color convert

RGB97206197-
CMYK0.5300.040.19
HSL175.05º52.66%59.41%-
HSV(B)175.05º52.91%80.78%-
XYZ37.0850.7260.66-
YUV172.38141.8974.23-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 19.4%
GREEN value IS 206 (80.86% from 255) = 41.2%
BLUE value IS 197 (77.34% from 255) = 39.4%
R=19.4%
G=41.2%
B=39.4%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal972061970.5300.040.19175.0552.6659.41
Hex61CEC5350413af353b
Octal1413163056504232576573
Binary1100001110011101100010111010101001001110101111110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61CEC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,206,197); }

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

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

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

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

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

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

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