#61EFB8

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

Shades of Downy #61EFB8

Tints of Downy #61EFB8

Color information

#61EFB8 (or 0x61EFB8) is unknown color: approx Downy. HEX triplet: 61, EF and B8. RGB value is (97,239,184). Sum of RGB (Red+Green+Blue) = 97+239+184=520 (68% of max value = 765). Red value is 97 (38.28% from 255 or 18.65% from 520); Green value is 239 (93.75% from 255 or 45.96% from 520); Blue value is 184 (72.27% from 255 or 35.38% from 520); Max value from RGB is 239 - color contains mainly: green. Hex color #61EFB8 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #61EFB8 is #9E1047. Grayscale: #BEBEBE. Windows color (decimal): -10358856 or 12119905. OLE color: 12119905.

HSL color Cylindrical-coordinate representation of color #61EFB8: hue angle of 156.76º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #61EFB8 is Cyan = 0.59, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.06.

Color convert

RGB97239184-
CMYK0.5900.230.06
HSL156.76º81.61%65.88%-
HSV(B)156.76º59.41%93.73%-
XYZ44.4567.7456.08-
YUV190.27124.4661.47-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 18.65%
GREEN value IS 239 (93.75% from 255) = 45.96%
BLUE value IS 184 (72.27% from 255) = 35.38%
R=18.65%
G=45.96%
B=35.38%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal972391840.5900.230.06156.7681.6165.88
Hex61EFB83B01769d5242
Octal141357270730276235122102
Binary110000111101111101110001110110101111101001110110100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61EFB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,239,184); }

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

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

 a { background-color: rgb(97,239,184); }

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

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

 span { border-color: rgb(97,239,184); }

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