#61E8CA

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

Shades of Downy #61E8CA

Tints of Downy #61E8CA

Color information

#61E8CA (or 0x61E8CA) is unknown color: approx Downy. HEX triplet: 61, E8 and CA. RGB value is (97,232,202). Sum of RGB (Red+Green+Blue) = 97+232+202=531 (70% of max value = 765). Red value is 97 (38.28% from 255 or 18.27% from 531); Green value is 232 (91.02% from 255 or 43.69% from 531); Blue value is 202 (79.30% from 255 or 38.04% from 531); Max value from RGB is 232 - color contains mainly: green. Hex color #61E8CA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #61E8CA is #9E1735. Grayscale: #BCBCBC. Windows color (decimal): -10360630 or 13297761. OLE color: 13297761.

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

Color convert

RGB97232202-
CMYK0.5800.130.09
HSL166.67º74.59%64.51%-
HSV(B)166.67º58.19%90.98%-
XYZ44.4564.5265.99-
YUV188.22135.7762.94-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 18.27%
GREEN value IS 232 (91.02% from 255) = 43.69%
BLUE value IS 202 (79.30% from 255) = 38.04%
R=18.27%
G=43.69%
B=38.04%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal972322020.5800.130.09166.6774.5964.51
Hex61E8CA3A0D9a74b41
Octal1413503127201511247113101
Binary110000111101000110010101110100110110011010011110010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61E8CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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