#61CCC1

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

Shades of Downy #61CCC1

Tints of Downy #61CCC1

Color information

#61CCC1 (or 0x61CCC1) is unknown color: approx Downy. HEX triplet: 61, CC and C1. RGB value is (97,204,193). Sum of RGB (Red+Green+Blue) = 97+204+193=494 (65% of max value = 765). Red value is 97 (38.28% from 255 or 19.64% from 494); Green value is 204 (80.08% from 255 or 41.30% from 494); Blue value is 193 (75.78% from 255 or 39.07% from 494); Max value from RGB is 204 - color contains mainly: green. Hex color #61CCC1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61CCC1 is #9E333E. Grayscale: #AAAAAA. Windows color (decimal): -10367807 or 12700769. OLE color: 12700769.

HSL color Cylindrical-coordinate representation of color #61CCC1: hue angle of 173.83º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #61CCC1 is Cyan = 0.52, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.2.

Color convert

RGB97204193-
CMYK0.5200.050.2
HSL173.83º51.2%59.02%-
HSV(B)173.83º52.45%80%-
XYZ36.1549.5858.12-
YUV170.75140.5575.39-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 19.64%
GREEN value IS 204 (80.08% from 255) = 41.30%
BLUE value IS 193 (75.78% from 255) = 39.07%
R=19.64%
G=41.30%
B=39.07%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal972041930.5200.050.2173.8351.259.02
Hex61CCC1340514ae333b
Octal1413143016405242566373
Binary1100001110011001100000111010001011010010101110110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61CCC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,204,193); }

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

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

 a { background-color: rgb(97,204,193); }

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

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

 span { border-color: rgb(97,204,193); }

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