#61EFC3

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

Shades of Downy #61EFC3

Tints of Downy #61EFC3

Color information

#61EFC3 (or 0x61EFC3) is unknown color: approx Downy. HEX triplet: 61, EF and C3. RGB value is (97,239,195). Sum of RGB (Red+Green+Blue) = 97+239+195=531 (70% of max value = 765). Red value is 97 (38.28% from 255 or 18.27% from 531); Green value is 239 (93.75% from 255 or 45.01% from 531); Blue value is 195 (76.56% from 255 or 36.72% from 531); Max value from RGB is 239 - color contains mainly: green. Hex color #61EFC3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #61EFC3 is #9E103C. Grayscale: #BFBFBF. Windows color (decimal): -10358845 or 12840801. OLE color: 12840801.

HSL color Cylindrical-coordinate representation of color #61EFC3: hue angle of 161.41º 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 #61EFC3 is Cyan = 0.59, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.06.

Color convert

RGB97239195-
CMYK0.5900.180.06
HSL161.41º81.61%65.88%-
HSV(B)161.41º59.41%93.73%-
XYZ45.6568.2162.39-
YUV191.53129.9660.58-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 18.27%
GREEN value IS 239 (93.75% from 255) = 45.01%
BLUE value IS 195 (76.56% from 255) = 36.72%
R=18.27%
G=45.01%
B=36.72%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal972391950.5900.180.06161.4181.6165.88
Hex61EFC33B0126a15242
Octal141357303730226241122102
Binary110000111101111110000111110110100101101010000110100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61EFC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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