#61EFCA

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

Shades of Downy #61EFCA

Tints of Downy #61EFCA

Color information

#61EFCA (or 0x61EFCA) is unknown color: approx Downy. HEX triplet: 61, EF and CA. RGB value is (97,239,202). Sum of RGB (Red+Green+Blue) = 97+239+202=538 (71% of max value = 765). Red value is 97 (38.28% from 255 or 18.03% from 538); Green value is 239 (93.75% from 255 or 44.42% from 538); Blue value is 202 (79.30% from 255 or 37.55% from 538); Max value from RGB is 239 - color contains mainly: green. Hex color #61EFCA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #61EFCA is #9E1035. Grayscale: #C0C0C0. Windows color (decimal): -10358838 or 13299553. OLE color: 13299553.

HSL color Cylindrical-coordinate representation of color #61EFCA: hue angle of 164.37º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #61EFCA is Cyan = 0.59, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.06.

Color convert

RGB97239202-
CMYK0.5900.150.06
HSL164.37º81.61%65.88%-
HSV(B)164.37º59.41%93.73%-
XYZ46.4668.5466.66-
YUV192.32133.4660.01-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 18.03%
GREEN value IS 239 (93.75% from 255) = 44.42%
BLUE value IS 202 (79.30% from 255) = 37.55%
R=18.03%
G=44.42%
B=37.55%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal972392020.5900.150.06164.3781.6165.88
Hex61EFCA3B0F6a45242
Octal141357312730176244122102
Binary11000011110111111001010111011011111101010010010100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61EFCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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