#61C9BD

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

Shades of Downy #61C9BD

Tints of Downy #61C9BD

Color information

#61C9BD (or 0x61C9BD) is unknown color: approx Downy. HEX triplet: 61, C9 and BD. RGB value is (97,201,189). Sum of RGB (Red+Green+Blue) = 97+201+189=487 (64% of max value = 765). Red value is 97 (38.28% from 255 or 19.92% from 487); Green value is 201 (78.91% from 255 or 41.27% from 487); Blue value is 189 (74.22% from 255 or 38.81% from 487); Max value from RGB is 201 - color contains mainly: green. Hex color #61C9BD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61C9BD is #9E3642. Grayscale: #A8A8A8. Windows color (decimal): -10368579 or 12437857. OLE color: 12437857.

HSL color Cylindrical-coordinate representation of color #61C9BD: hue angle of 173.08º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #61C9BD is Cyan = 0.52, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.21.

Color convert

RGB97201189-
CMYK0.5200.060.21
HSL173.08º49.06%58.43%-
HSV(B)173.08º51.74%78.82%-
XYZ3547.9955.56-
YUV168.54139.5476.98-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 19.92%
GREEN value IS 201 (78.91% from 255) = 41.27%
BLUE value IS 189 (74.22% from 255) = 38.81%
R=19.92%
G=41.27%
B=38.81%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal972011890.5200.060.21173.0849.0658.43
Hex61C9BD340615ad313a
Octal1413112756406252556172
Binary1100001110010011011110111010001101010110101101110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61C9BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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