#61E5D1

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

Shades of Downy #61E5D1

Tints of Downy #61E5D1

Color information

#61E5D1 (or 0x61E5D1) is unknown color: approx Downy. HEX triplet: 61, E5 and D1. RGB value is (97,229,209). Sum of RGB (Red+Green+Blue) = 97+229+209=535 (70% of max value = 765). Red value is 97 (38.28% from 255 or 18.13% from 535); Green value is 229 (89.84% from 255 or 42.80% from 535); Blue value is 209 (82.03% from 255 or 39.07% from 535); Max value from RGB is 229 - color contains mainly: green. Hex color #61E5D1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61E5D1 is #9E1A2E. Grayscale: #BBBBBB. Windows color (decimal): -10361391 or 13755745. OLE color: 13755745.

HSL color Cylindrical-coordinate representation of color #61E5D1: hue angle of 170.91º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #61E5D1 is Cyan = 0.58, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.10.

Color convert

RGB97229209-
CMYK0.5800.090.10
HSL170.91º71.74%63.92%-
HSV(B)170.91º57.64%89.8%-
XYZ44.4663.1870.17-
YUV187.25140.2763.63-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 18.13%
GREEN value IS 229 (89.84% from 255) = 42.80%
BLUE value IS 209 (82.03% from 255) = 39.07%
R=18.13%
G=42.80%
B=39.07%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal972292090.5800.090.10170.9171.7463.92
Hex61E5D13A09Aab4840
Octal1413453217201112253110100
Binary110000111100101110100011110100100110101010101110010001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61E5D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,229,209); }

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

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

 a { background-color: rgb(97,229,209); }

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

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

 span { border-color: rgb(97,229,209); }

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