#61CECA

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

Shades of Downy #61CECA

Tints of Downy #61CECA

Color information

#61CECA (or 0x61CECA) is unknown color: approx Downy. HEX triplet: 61, CE and CA. RGB value is (97,206,202). Sum of RGB (Red+Green+Blue) = 97+206+202=505 (66% of max value = 765). Red value is 97 (38.28% from 255 or 19.21% from 505); Green value is 206 (80.86% from 255 or 40.79% from 505); Blue value is 202 (79.30% from 255 or 40% from 505); Max value from RGB is 206 - color contains mainly: green. Hex color #61CECA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61CECA is #9E3135. Grayscale: #ACACAC. Windows color (decimal): -10367286 or 13291105. OLE color: 13291105.

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

Color convert

RGB97206202-
CMYK0.5300.020.19
HSL177.8º52.66%59.41%-
HSV(B)177.8º52.91%80.78%-
XYZ37.6650.9563.73-
YUV172.95144.3973.83-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 19.21%
GREEN value IS 206 (80.86% from 255) = 40.79%
BLUE value IS 202 (79.30% from 255) = 40%
R=19.21%
G=40.79%
B=40%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal972062020.5300.020.19177.852.6659.41
Hex61CECA350213b2353b
Octal1413163126502232626573
Binary110000111001110110010101101010101001110110010110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61CECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,206,202); }

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

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

 a { background-color: rgb(97,206,202); }

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

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

 span { border-color: rgb(97,206,202); }

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