#61EDCF

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

Shades of Downy #61EDCF

Tints of Downy #61EDCF

Color information

#61EDCF (or 0x61EDCF) is unknown color: approx Downy. HEX triplet: 61, ED and CF. RGB value is (97,237,207). Sum of RGB (Red+Green+Blue) = 97+237+207=541 (71% of max value = 765). Red value is 97 (38.28% from 255 or 17.93% from 541); Green value is 237 (92.97% from 255 or 43.81% from 541); Blue value is 207 (81.25% from 255 or 38.26% from 541); Max value from RGB is 237 - color contains mainly: green. Hex color #61EDCF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #61EDCF is #9E1230. Grayscale: #BFBFBF. Windows color (decimal): -10359345 or 13626721. OLE color: 13626721.

HSL color Cylindrical-coordinate representation of color #61EDCF: hue angle of 167.14º 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 #61EDCF is Cyan = 0.59, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.

Color convert

RGB97237207-
CMYK0.5900.130.07
HSL167.14º79.55%65.49%-
HSV(B)167.14º59.07%92.94%-
XYZ46.4867.6169.63-
YUV191.72136.6260.44-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 17.93%
GREEN value IS 237 (92.97% from 255) = 43.81%
BLUE value IS 207 (81.25% from 255) = 38.26%
R=17.93%
G=43.81%
B=38.26%

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
Decimal972372070.5900.130.07167.1479.5565.49
Hex61EDCF3B0D7a75041
Octal141355317730157247120101
Binary11000011110110111001111111011011011111010011110100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61EDCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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