#61DEB7

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

Shades of Downy #61DEB7

Tints of Downy #61DEB7

Color information

#61DEB7 (or 0x61DEB7) is unknown color: approx Downy. HEX triplet: 61, DE and B7. RGB value is (97,222,183). Sum of RGB (Red+Green+Blue) = 97+222+183=502 (66% of max value = 765). Red value is 97 (38.28% from 255 or 19.32% from 502); Green value is 222 (87.11% from 255 or 44.22% from 502); Blue value is 183 (71.88% from 255 or 36.45% from 502); Max value from RGB is 222 - color contains mainly: green. Hex color #61DEB7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61DEB7 is #9E2148. Grayscale: #B4B4B4. Windows color (decimal): -10363209 or 12050017. OLE color: 12050017.

HSL color Cylindrical-coordinate representation of color #61DEB7: hue angle of 161.28º degrees, saturation: 0.65, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #61DEB7 is Cyan = 0.56, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.13.

Color convert

RGB97222183-
CMYK0.5600.180.13
HSL161.28º65.45%62.55%-
HSV(B)161.28º56.31%87.06%-
XYZ39.658.253.95-
YUV180.18129.5968.67-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 19.32%
GREEN value IS 222 (87.11% from 255) = 44.22%
BLUE value IS 183 (71.88% from 255) = 36.45%
R=19.32%
G=44.22%
B=36.45%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal972221830.5600.180.13161.2865.4562.55
Hex61DEB738012Da1413f
Octal141336267700221524110177
Binary110000111011110101101111110000100101101101000011000001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61DEB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,222,183); }

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

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

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

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

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

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

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