#61E8CE

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

Shades of Downy #61E8CE

Tints of Downy #61E8CE

Color information

#61E8CE (or 0x61E8CE) is unknown color: approx Downy. HEX triplet: 61, E8 and CE. RGB value is (97,232,206). Sum of RGB (Red+Green+Blue) = 97+232+206=535 (70% of max value = 765). Red value is 97 (38.28% from 255 or 18.13% from 535); Green value is 232 (91.02% from 255 or 43.36% from 535); Blue value is 206 (80.86% from 255 or 38.50% from 535); Max value from RGB is 232 - color contains mainly: green. Hex color #61E8CE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #61E8CE is #9E1731. Grayscale: #BCBCBC. Windows color (decimal): -10360626 or 13559905. OLE color: 13559905.

HSL color Cylindrical-coordinate representation of color #61E8CE: hue angle of 168.44º degrees, saturation: 0.75, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #61E8CE is Cyan = 0.58, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.09.

Color convert

RGB97232206-
CMYK0.5800.110.09
HSL168.44º74.59%64.51%-
HSV(B)168.44º58.19%90.98%-
XYZ44.9364.7168.52-
YUV188.67137.7762.61-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 18.13%
GREEN value IS 232 (91.02% from 255) = 43.36%
BLUE value IS 206 (80.86% from 255) = 38.50%
R=18.13%
G=43.36%
B=38.50%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal972322060.5800.110.09168.4474.5964.51
Hex61E8CE3A0B9a84b41
Octal1413503167201311250113101
Binary110000111101000110011101110100101110011010100010010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61E8CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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