#61CFC8

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

Shades of Downy #61CFC8

Tints of Downy #61CFC8

Color information

#61CFC8 (or 0x61CFC8) is unknown color: approx Downy. HEX triplet: 61, CF and C8. RGB value is (97,207,200). Sum of RGB (Red+Green+Blue) = 97+207+200=504 (66% of max value = 765). Red value is 97 (38.28% from 255 or 19.25% from 504); Green value is 207 (81.25% from 255 or 41.07% from 504); Blue value is 200 (78.52% from 255 or 39.68% from 504); Max value from RGB is 207 - color contains mainly: green. Hex color #61CFC8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61CFC8 is #9E3037. Grayscale: #ADADAD. Windows color (decimal): -10367032 or 13160289. OLE color: 13160289.

HSL color Cylindrical-coordinate representation of color #61CFC8: hue angle of 176.18º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #61CFC8 is Cyan = 0.53, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.19.

Color convert

RGB97207200-
CMYK0.5300.030.19
HSL176.18º53.4%59.61%-
HSV(B)176.18º53.14%81.18%-
XYZ37.6751.3462.57-
YUV173.31143.0673.57-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 19.25%
GREEN value IS 207 (81.25% from 255) = 41.07%
BLUE value IS 200 (78.52% from 255) = 39.68%
R=19.25%
G=41.07%
B=39.68%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal972072000.5300.030.19176.1853.459.61
Hex61CFC8350313b0353c
Octal1413173106503232606574
Binary110000111001111110010001101010111001110110000110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61CFC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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