#61E7CA

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

Shades of Downy #61E7CA

Tints of Downy #61E7CA

Color information

#61E7CA (or 0x61E7CA) is unknown color: approx Downy. HEX triplet: 61, E7 and CA. RGB value is (97,231,202). Sum of RGB (Red+Green+Blue) = 97+231+202=530 (70% of max value = 765). Red value is 97 (38.28% from 255 or 18.30% from 530); Green value is 231 (90.62% from 255 or 43.58% from 530); Blue value is 202 (79.30% from 255 or 38.11% from 530); Max value from RGB is 231 - color contains mainly: green. Hex color #61E7CA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #61E7CA is #9E1835. Grayscale: #BBBBBB. Windows color (decimal): -10360886 or 13297505. OLE color: 13297505.

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

Color convert

RGB97231202-
CMYK0.5800.130.09
HSL167.01º73.63%64.31%-
HSV(B)167.01º58.01%90.59%-
XYZ44.1763.9665.89-
YUV187.63136.1163.36-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 18.30%
GREEN value IS 231 (90.62% from 255) = 43.58%
BLUE value IS 202 (79.30% from 255) = 38.11%
R=18.30%
G=43.58%
B=38.11%

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
Decimal972312020.5800.130.09167.0173.6364.31
Hex61E7CA3A0D9a74a40
Octal1413473127201511247112100
Binary110000111100111110010101110100110110011010011110010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61E7CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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