#61E9C8

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

Shades of Downy #61E9C8

Tints of Downy #61E9C8

Color information

#61E9C8 (or 0x61E9C8) is unknown color: approx Downy. HEX triplet: 61, E9 and C8. RGB value is (97,233,200). Sum of RGB (Red+Green+Blue) = 97+233+200=530 (70% of max value = 765). Red value is 97 (38.28% from 255 or 18.30% from 530); Green value is 233 (91.41% from 255 or 43.96% from 530); Blue value is 200 (78.52% from 255 or 37.74% from 530); Max value from RGB is 233 - color contains mainly: green. Hex color #61E9C8 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #61E9C8 is #9E1637. Grayscale: #BCBCBC. Windows color (decimal): -10360376 or 13166945. OLE color: 13166945.

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

Color convert

RGB97233200-
CMYK0.5800.140.09
HSL165.44º75.56%64.71%-
HSV(B)165.44º58.37%91.37%-
XYZ44.4964.9964.84-
YUV188.57134.4462.68-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 18.30%
GREEN value IS 233 (91.41% from 255) = 43.96%
BLUE value IS 200 (78.52% from 255) = 37.74%
R=18.30%
G=43.96%
B=37.74%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal972332000.5800.140.09165.4475.5664.71
Hex61E9C83A0E9a54c41
Octal1413513107201611245114101
Binary110000111101001110010001110100111010011010010110011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61E9C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,233,200); }

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

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

 a { background-color: rgb(97,233,200); }

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

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

 span { border-color: rgb(97,233,200); }

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