#61E2CD

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

Shades of Downy #61E2CD

Tints of Downy #61E2CD

Color information

#61E2CD (or 0x61E2CD) is unknown color: approx Downy. HEX triplet: 61, E2 and CD. RGB value is (97,226,205). Sum of RGB (Red+Green+Blue) = 97+226+205=528 (69% of max value = 765). Red value is 97 (38.28% from 255 or 18.37% from 528); Green value is 226 (88.67% from 255 or 42.80% from 528); Blue value is 205 (80.47% from 255 or 38.83% from 528); Max value from RGB is 226 - color contains mainly: green. Hex color #61E2CD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61E2CD is #9E1D32. Grayscale: #B8B8B8. Windows color (decimal): -10362163 or 13492833. OLE color: 13492833.

HSL color Cylindrical-coordinate representation of color #61E2CD: hue angle of 170.23º degrees, saturation: 0.69, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #61E2CD is Cyan = 0.57, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.11.

Color convert

RGB97226205-
CMYK0.5700.090.11
HSL170.23º68.98%63.33%-
HSV(B)170.23º57.08%88.63%-
XYZ43.1561.3467.32-
YUV185.04139.2665.21-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 18.37%
GREEN value IS 226 (88.67% from 255) = 42.80%
BLUE value IS 205 (80.47% from 255) = 38.83%
R=18.37%
G=42.80%
B=38.83%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal972262050.5700.090.11170.2368.9863.33
Hex61E2CD3909Baa453f
Octal141342315710111325210577
Binary11000011110001011001101111001010011011101010101000101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61E2CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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