#66F1BE

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

Shades of Downy #66F1BE

Tints of Downy #66F1BE

Color information

#66F1BE (or 0x66F1BE) is unknown color: approx Downy. HEX triplet: 66, F1 and BE. RGB value is (102,241,190). Sum of RGB (Red+Green+Blue) = 102+241+190=533 (70% of max value = 765). Red value is 102 (40.23% from 255 or 19.14% from 533); Green value is 241 (94.53% from 255 or 45.22% from 533); Blue value is 190 (74.61% from 255 or 35.65% from 533); Max value from RGB is 241 - color contains mainly: green. Hex color #66F1BE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #66F1BE is #990E41. Grayscale: #C1C1C1. Windows color (decimal): -10030658 or 12513638. OLE color: 12513638.

HSL color Cylindrical-coordinate representation of color #66F1BE: hue angle of 157.99º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #66F1BE is Cyan = 0.58, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.05.

Color convert

RGB102241190-
CMYK0.5800.210.05
HSL157.99º83.23%67.25%-
HSV(B)157.99º57.68%94.51%-
XYZ46.2369.4559.68-
YUV193.62125.9562.65-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 19.14%
GREEN value IS 241 (94.53% from 255) = 45.22%
BLUE value IS 190 (74.61% from 255) = 35.65%
R=19.14%
G=45.22%
B=35.65%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1022411900.5800.210.05157.9983.2367.25
Hex66F1BE3A01559e5343
Octal146361276720255236123103
Binary110011011110001101111101110100101011011001111010100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66F1BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66F1BE; }

 p { color: rgb(102,241,190); }

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

<style>
 a { background-color: #66F1BE; }

 a { background-color: rgb(102,241,190); }

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

<style>
 span { border-color: #66F1BE; }

 span { border-color: rgb(102,241,190); }

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