#61CCC7

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

Shades of Downy #61CCC7

Tints of Downy #61CCC7

Color information

#61CCC7 (or 0x61CCC7) is unknown color: approx Downy. HEX triplet: 61, CC and C7. RGB value is (97,204,199). Sum of RGB (Red+Green+Blue) = 97+204+199=500 (66% of max value = 765). Red value is 97 (38.28% from 255 or 19.4% from 500); Green value is 204 (80.08% from 255 or 40.8% from 500); Blue value is 199 (78.12% from 255 or 39.8% from 500); Max value from RGB is 204 - color contains mainly: green. Hex color #61CCC7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61CCC7 is #9E3338. Grayscale: #ABABAB. Windows color (decimal): -10367801 or 13093985. OLE color: 13093985.

HSL color Cylindrical-coordinate representation of color #61CCC7: hue angle of 177.2º 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 #61CCC7 is Cyan = 0.52, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.2.

Color convert

RGB97204199-
CMYK0.5200.020.2
HSL177.2º51.2%59.02%-
HSV(B)177.2º52.45%80%-
XYZ36.8349.8561.71-
YUV171.44143.5574.91-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 19.4%
GREEN value IS 204 (80.08% from 255) = 40.8%
BLUE value IS 199 (78.12% from 255) = 39.8%
R=19.4%
G=40.8%
B=39.8%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal972041990.5200.020.2177.251.259.02
Hex61CCC7340214b1333b
Octal1413143076402242616373
Binary110000111001100110001111101000101010010110001110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61CCC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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