#61E8CF

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

Shades of Downy #61E8CF

Tints of Downy #61E8CF

Color information

#61E8CF (or 0x61E8CF) is unknown color: approx Downy. HEX triplet: 61, E8 and CF. RGB value is (97,232,207). Sum of RGB (Red+Green+Blue) = 97+232+207=536 (70% of max value = 765). Red value is 97 (38.28% from 255 or 18.10% from 536); Green value is 232 (91.02% from 255 or 43.28% from 536); Blue value is 207 (81.25% from 255 or 38.62% from 536); Max value from RGB is 232 - color contains mainly: green. Hex color #61E8CF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #61E8CF is #9E1730. Grayscale: #BCBCBC. Windows color (decimal): -10360625 or 13625441. OLE color: 13625441.

HSL color Cylindrical-coordinate representation of color #61E8CF: hue angle of 168.89º 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 #61E8CF is Cyan = 0.58, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.09.

Color convert

RGB97232207-
CMYK0.5800.110.09
HSL168.89º74.59%64.51%-
HSV(B)168.89º58.19%90.98%-
XYZ45.0564.7669.16-
YUV188.79138.2762.53-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 18.10%
GREEN value IS 232 (91.02% from 255) = 43.28%
BLUE value IS 207 (81.25% from 255) = 38.62%
R=18.10%
G=43.28%
B=38.62%

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
Decimal972322070.5800.110.09168.8974.5964.51
Hex61E8CF3A0B9a94b41
Octal1413503177201311251113101
Binary110000111101000110011111110100101110011010100110010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61E8CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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