#61EAD0

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

Shades of Downy #61EAD0

Tints of Downy #61EAD0

Color information

#61EAD0 (or 0x61EAD0) is unknown color: approx Downy. HEX triplet: 61, EA and D0. RGB value is (97,234,208). Sum of RGB (Red+Green+Blue) = 97+234+208=539 (71% of max value = 765). Red value is 97 (38.28% from 255 or 18.00% from 539); Green value is 234 (91.80% from 255 or 43.41% from 539); Blue value is 208 (81.64% from 255 or 38.59% from 539); Max value from RGB is 234 - color contains mainly: green. Hex color #61EAD0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #61EAD0 is #9E152F. Grayscale: #BEBEBE. Windows color (decimal): -10360112 or 13691489. OLE color: 13691489.

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

Color convert

RGB97234208-
CMYK0.5900.110.08
HSL168.61º76.54%64.9%-
HSV(B)168.61º58.55%91.76%-
XYZ45.7465.9469.99-
YUV190.07138.1161.61-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 18.00%
GREEN value IS 234 (91.80% from 255) = 43.41%
BLUE value IS 208 (81.64% from 255) = 38.59%
R=18.00%
G=43.41%
B=38.59%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal972342080.5900.110.08168.6176.5464.9
Hex61EAD03B0B8a94d41
Octal1413523207301310251115101
Binary110000111101010110100001110110101110001010100110011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61EAD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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