#61CAB6

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

Shades of Downy #61CAB6

Tints of Downy #61CAB6

Color information

#61CAB6 (or 0x61CAB6) is unknown color: approx Downy. HEX triplet: 61, CA and B6. RGB value is (97,202,182). Sum of RGB (Red+Green+Blue) = 97+202+182=481 (63% of max value = 765). Red value is 97 (38.28% from 255 or 20.17% from 481); Green value is 202 (79.30% from 255 or 42.00% from 481); Blue value is 182 (71.48% from 255 or 37.84% from 481); Max value from RGB is 202 - color contains mainly: green. Hex color #61CAB6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61CAB6 is #9E3549. Grayscale: #A8A8A8. Windows color (decimal): -10368330 or 11979361. OLE color: 11979361.

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

Color convert

RGB97202182-
CMYK0.5200.100.21
HSL168.57º49.76%58.63%-
HSV(B)168.57º51.98%79.22%-
XYZ34.4948.1651.73-
YUV168.32135.7177.13-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 20.17%
GREEN value IS 202 (79.30% from 255) = 42.00%
BLUE value IS 182 (71.48% from 255) = 37.84%
R=20.17%
G=42.00%
B=37.84%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal972021820.5200.100.21168.5749.7658.63
Hex61CAB6340A15a9323b
Octal14131226664012252516273
Binary11000011100101010110110110100010101010110101001110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61CAB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,202,182); }

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

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

 a { background-color: rgb(97,202,182); }

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

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

 span { border-color: rgb(97,202,182); }

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