#61EBC3

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

Shades of Downy #61EBC3

Tints of Downy #61EBC3

Color information

#61EBC3 (or 0x61EBC3) is unknown color: approx Downy. HEX triplet: 61, EB and C3. RGB value is (97,235,195). Sum of RGB (Red+Green+Blue) = 97+235+195=527 (69% of max value = 765). Red value is 97 (38.28% from 255 or 18.41% from 527); Green value is 235 (92.19% from 255 or 44.59% from 527); Blue value is 195 (76.56% from 255 or 37.00% from 527); Max value from RGB is 235 - color contains mainly: green. Hex color #61EBC3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #61EBC3 is #9E143C. Grayscale: #BDBDBD. Windows color (decimal): -10359869 or 12839777. OLE color: 12839777.

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

Color convert

RGB97235195-
CMYK0.5900.170.08
HSL162.61º77.53%65.1%-
HSV(B)162.61º58.72%92.16%-
XYZ44.4965.962-
YUV189.18131.2862.25-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 18.41%
GREEN value IS 235 (92.19% from 255) = 44.59%
BLUE value IS 195 (76.56% from 255) = 37.00%
R=18.41%
G=44.59%
B=37.00%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal972351950.5900.170.08162.6177.5365.1
Hex61EBC33B0118a34e41
Octal1413533037302110243116101
Binary1100001111010111100001111101101000110001010001110011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61EBC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,235,195); }

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

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

 a { background-color: rgb(97,235,195); }

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

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

 span { border-color: rgb(97,235,195); }

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