#61CEBD

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

Shades of Downy #61CEBD

Tints of Downy #61CEBD

Color information

#61CEBD (or 0x61CEBD) is unknown color: approx Downy. HEX triplet: 61, CE and BD. RGB value is (97,206,189). Sum of RGB (Red+Green+Blue) = 97+206+189=492 (65% of max value = 765). Red value is 97 (38.28% from 255 or 19.72% from 492); Green value is 206 (80.86% from 255 or 41.87% from 492); Blue value is 189 (74.22% from 255 or 38.41% from 492); Max value from RGB is 206 - color contains mainly: green. Hex color #61CEBD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61CEBD is #9E3142. Grayscale: #ABABAB. Windows color (decimal): -10367299 or 12439137. OLE color: 12439137.

HSL color Cylindrical-coordinate representation of color #61CEBD: hue angle of 170.64º 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 #61CEBD is Cyan = 0.53, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.19.

Color convert

RGB97206189-
CMYK0.5300.080.19
HSL170.64º52.66%59.41%-
HSV(B)170.64º52.91%80.78%-
XYZ36.1950.3655.96-
YUV171.47137.8974.88-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 19.72%
GREEN value IS 206 (80.86% from 255) = 41.87%
BLUE value IS 189 (74.22% from 255) = 38.41%
R=19.72%
G=41.87%
B=38.41%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal972061890.5300.080.19170.6452.6659.41
Hex61CEBD350813ab353b
Octal14131627565010232536573
Binary11000011100111010111101110101010001001110101011110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61CEBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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