#61EAD2

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

Shades of Downy #61EAD2

Tints of Downy #61EAD2

Color information

#61EAD2 (or 0x61EAD2) is unknown color: approx Downy. HEX triplet: 61, EA and D2. RGB value is (97,234,210). Sum of RGB (Red+Green+Blue) = 97+234+210=541 (71% of max value = 765). Red value is 97 (38.28% from 255 or 17.93% from 541); Green value is 234 (91.80% from 255 or 43.25% from 541); Blue value is 210 (82.42% from 255 or 38.82% from 541); Max value from RGB is 234 - color contains mainly: green. Hex color #61EAD2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #61EAD2 is #9E152D. Grayscale: #BEBEBE. Windows color (decimal): -10360110 or 13822561. OLE color: 13822561.

HSL color Cylindrical-coordinate representation of color #61EAD2: hue angle of 169.49º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #61EAD2 is Cyan = 0.59, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.08.

Color convert

RGB97234210-
CMYK0.5900.100.08
HSL169.49º76.54%64.9%-
HSV(B)169.49º58.55%91.76%-
XYZ45.9966.0471.3-
YUV190.3139.1161.45-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 17.93%
GREEN value IS 234 (91.80% from 255) = 43.25%
BLUE value IS 210 (82.42% from 255) = 38.82%
R=17.93%
G=43.25%
B=38.82%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal972342100.5900.100.08169.4976.5464.9
Hex61EAD23B0A8a94d41
Octal1413523227301210251115101
Binary110000111101010110100101110110101010001010100110011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61EAD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,234,210); }

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

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

 a { background-color: rgb(97,234,210); }

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

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

 span { border-color: rgb(97,234,210); }

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