#61EEBC

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

Shades of Downy #61EEBC

Tints of Downy #61EEBC

Color information

#61EEBC (or 0x61EEBC) is unknown color: approx Downy. HEX triplet: 61, EE and BC. RGB value is (97,238,188). Sum of RGB (Red+Green+Blue) = 97+238+188=523 (69% of max value = 765). Red value is 97 (38.28% from 255 or 18.55% from 523); Green value is 238 (93.36% from 255 or 45.51% from 523); Blue value is 188 (73.83% from 255 or 35.95% from 523); Max value from RGB is 238 - color contains mainly: green. Hex color #61EEBC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #61EEBC is #9E1143. Grayscale: #BEBEBE. Windows color (decimal): -10359108 or 12381793. OLE color: 12381793.

HSL color Cylindrical-coordinate representation of color #61EEBC: hue angle of 158.72º degrees, saturation: 0.81, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #61EEBC is Cyan = 0.59, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.

Color convert

RGB97238188-
CMYK0.5900.210.07
HSL158.72º80.57%65.69%-
HSV(B)158.72º59.24%93.33%-
XYZ44.5867.3258.22-
YUV190.14126.7961.57-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 18.55%
GREEN value IS 238 (93.36% from 255) = 45.51%
BLUE value IS 188 (73.83% from 255) = 35.95%
R=18.55%
G=45.51%
B=35.95%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal972381880.5900.210.07158.7280.5765.69
Hex61EEBC3B01579f5142
Octal141356274730257237121102
Binary110000111101110101111001110110101011111001111110100011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61EEBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,238,188); }

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

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

 a { background-color: rgb(97,238,188); }

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

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

 span { border-color: rgb(97,238,188); }

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