#61EDCE

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

Shades of Downy #61EDCE

Tints of Downy #61EDCE

Color information

#61EDCE (or 0x61EDCE) is unknown color: approx Downy. HEX triplet: 61, ED and CE. RGB value is (97,237,206). Sum of RGB (Red+Green+Blue) = 97+237+206=540 (71% of max value = 765). Red value is 97 (38.28% from 255 or 17.96% from 540); Green value is 237 (92.97% from 255 or 43.89% from 540); Blue value is 206 (80.86% from 255 or 38.15% from 540); Max value from RGB is 237 - color contains mainly: green. Hex color #61EDCE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #61EDCE is #9E1231. Grayscale: #BFBFBF. Windows color (decimal): -10359346 or 13561185. OLE color: 13561185.

HSL color Cylindrical-coordinate representation of color #61EDCE: hue angle of 166.71º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #61EDCE is Cyan = 0.59, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.

Color convert

RGB97237206-
CMYK0.5900.130.07
HSL166.71º79.55%65.49%-
HSV(B)166.71º59.07%92.94%-
XYZ46.3567.5768.99-
YUV191.61136.1260.52-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 17.96%
GREEN value IS 237 (92.97% from 255) = 43.89%
BLUE value IS 206 (80.86% from 255) = 38.15%
R=17.96%
G=43.89%
B=38.15%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal972372060.5900.130.07166.7179.5565.49
Hex61EDCE3B0D7a75041
Octal141355316730157247120101
Binary11000011110110111001110111011011011111010011110100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61EDCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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