#61DBC8

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

Shades of Downy #61DBC8

Tints of Downy #61DBC8

Color information

#61DBC8 (or 0x61DBC8) is unknown color: approx Downy. HEX triplet: 61, DB and C8. RGB value is (97,219,200). Sum of RGB (Red+Green+Blue) = 97+219+200=516 (68% of max value = 765). Red value is 97 (38.28% from 255 or 18.80% from 516); Green value is 219 (85.94% from 255 or 42.44% from 516); Blue value is 200 (78.52% from 255 or 38.76% from 516); Max value from RGB is 219 - color contains mainly: green. Hex color #61DBC8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61DBC8 is #9E2437. Grayscale: #B4B4B4. Windows color (decimal): -10363960 or 13163361. OLE color: 13163361.

HSL color Cylindrical-coordinate representation of color #61DBC8: hue angle of 170.66º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #61DBC8 is Cyan = 0.56, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.14.

Color convert

RGB97219200-
CMYK0.5600.090.14
HSL170.66º62.89%61.96%-
HSV(B)170.66º55.71%85.88%-
XYZ40.6957.3763.57-
YUV180.36139.0868.54-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 18.80%
GREEN value IS 219 (85.94% from 255) = 42.44%
BLUE value IS 200 (78.52% from 255) = 38.76%
R=18.80%
G=42.44%
B=38.76%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal972192000.5600.090.14170.6662.8961.96
Hex61DBC83809Eab3f3e
Octal14133331070011162537776
Binary1100001110110111100100011100001001111010101011111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61DBC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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