#61C8BD

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

Shades of Downy #61C8BD

Tints of Downy #61C8BD

Color information

#61C8BD (or 0x61C8BD) is unknown color: approx Downy. HEX triplet: 61, C8 and BD. RGB value is (97,200,189). Sum of RGB (Red+Green+Blue) = 97+200+189=486 (64% of max value = 765). Red value is 97 (38.28% from 255 or 19.96% from 486); Green value is 200 (78.52% from 255 or 41.15% from 486); Blue value is 189 (74.22% from 255 or 38.89% from 486); Max value from RGB is 200 - color contains mainly: green. Hex color #61C8BD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61C8BD is #9E3742. Grayscale: #A7A7A7. Windows color (decimal): -10368835 or 12437601. OLE color: 12437601.

HSL color Cylindrical-coordinate representation of color #61C8BD: hue angle of 173.59º degrees, saturation: 0.48, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #61C8BD is Cyan = 0.52, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.22.

Color convert

RGB97200189-
CMYK0.5200.060.22
HSL173.59º48.36%58.24%-
HSV(B)173.59º51.5%78.43%-
XYZ34.7747.5255.48-
YUV167.95139.8877.39-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 19.96%
GREEN value IS 200 (78.52% from 255) = 41.15%
BLUE value IS 189 (74.22% from 255) = 38.89%
R=19.96%
G=41.15%
B=38.89%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal972001890.5200.060.22173.5948.3658.24
Hex61C8BD340616ae303a
Octal1413102756406262566072
Binary1100001110010001011110111010001101011010101110110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61C8BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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